gfold icon indicating copy to clipboard operation
gfold copied to clipboard

CLI tool to help keep track of your Git repositories, written in Rust

Results 17 gfold issues
Sort by recently updated
recently updated
newest added

Hi I'm running into this on 4.0.1 with git version 2.37.0.windows.1. The stuff befor this looks good, and I can't figure out, which repo issues this, and if its related...

Dependent on upstream fix

After updating to 4.0 recently I started experiencing this issue. Error: no reference found for shorthand 'origin/HEAD'; class=Reference (4); code=NotFound (-3) ![image](https://user-images.githubusercontent.com/6775919/167979370-18a0410e-a365-4317-804d-8bdb42b64bb6.png) Downgrading back to 3.0 doesn't show the same...

Thanks for such a great tool! --- Currently, it's a bit hard to use without _selective_ mode. I still want to use fzf git repo search and jumping to dir...

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!

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

Just thinking about how TUI mode would fit in this project. We can do some operations on the TUI as such: jump, delete, sync, fetch, copy path, rename, move, etc....

With `--display-mode=classic`, the entries in the output are in alphabetical order (by path). ``` ❯ gfold --display-mode=classic git | sed -E "s/$SENSITIVE/__/g" /Users/__/git/__/aidy aidy clean main git@gitlab.__.org:nlplab/ACG/aidy.git /Users/__/git/__/aws/ec2-dev-server ec2-dev-server.add-yes-to-curfew unclean...

I am trying to use `gfold` to answer a question for a (very large) tree of git repositories: "Is there anything that has not been pushed to the authoritative origin?"...

gfold seems great! 👍 Have you thought of publishing it in flathub as a flatpak?

Currently, the config file is found at the following location on macOS and Linux `~/.config/gfold.toml`. We should consider adding support for a nested location as well, such as `~/.config/gfold/config.toml`. Ironically,...