gitHUD
gitHUD copied to clipboard
command-line HUD for your git repo
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  or Fork 
* [ ] Automate with `brew` if possible * [ ] for other users, document * [ ] (nice to have) `githudd` detects (shasum?) that it's out-of-date and suicide itself
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
Script the release process: - bumping the version - building - publishing to hackage - updating the brew formula