nickgerace / gfold

CLI tool to help keep track of your Git repositories, written in Rust
https://crates.io/crates/gfold
Apache License 2.0
283 stars 20 forks source link

Investigate adding ability to grab and display submodule information #177

Closed ranebrown closed 1 year ago

ranebrown commented 2 years ago

It would be nice to also so info on any submodules of a project. I haven't used subtrees but that might be another feature. Cool project!

nickgerace commented 2 years ago

That would be interesting! I'll investigate and see if we can do it.

nickgerace commented 1 year ago

221 adds rudimentary support for submodules collection. We'll tackle displaying it in modes other than json in another issue.