gitHUD icon indicating copy to clipboard operation
gitHUD copied to clipboard

command-line HUD for your git repo

Results 6 gitHUD issues
Sort by recently updated
recently updated
newest added

My `~/.githudrc`: ``` > cat ~/.githudrc run_fetcher_daemon=false git_repo_indicator=  ``` Entering a privileged shell in a git repository using `sudo -Es` still launches githudd

This is continuing the discussion at https://github.com/gbataille/gitHUD/pull/38#issuecomment-1259009417 When entering a repository, githud spawns a githudd background process. Running `sudo -Es` in the repo to open a privileged shell in the...

When rebasing, display current step like in git-bash ![git-prompt2](https://user-images.githubusercontent.com/5385463/99311838-7bdbbd00-285d-11eb-96c4-1f1cc9fef23a.png) or Fork ![PHOTO-2020-11-12-13-34-43](https://user-images.githubusercontent.com/5385463/99311715-46cf6a80-285d-11eb-9880-4f41bce9a1f0.jpg)

* [ ] Automate with `brew` if possible * [ ] for other users, document * [ ] (nice to have) `githudd` detects (shasum?) that it's out-of-date and suicide itself

enhancement

Suggested by @Thermatix All the elements of the outputs are in color (configurable) except for the number of changes (addition, modifications, ...). This should be configurable too

enhancement

Script the release process: - bumping the version - building - publishing to hackage - updating the brew formula

enhancement