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 see if "pull" is needed for a given result #174

Open AlbanMinassian opened 2 years ago

AlbanMinassian commented 2 years ago

Hello https://github.com/fboender/multi-git-status allow -f option which allow seeing if pull is needed. but it's slow. gfold as this option ? Thank

nickgerace commented 2 years ago

I'll take a look to see if we can pre-fetch. Thanks for the inquiry.

nickgerace commented 2 months ago

This is an old issue, but I am going to investigate for version 5.0.0 since that release will focus on customization, which opens the door to more advanced features such as the one requested in this issue.