bigH / git-fuzzy

interactive `git` with the help of `fzf`
MIT License
2.3k stars 42 forks source link

Please add man pages #9

Closed z0rc closed 3 years ago

z0rc commented 4 years ago

Git provides comprehensive documentation in man form. Same goes with various external git tools, for example https://github.com/tj/git-extras and https://github.com/arzzen/git-quick-stats.

Please add man page for git-fuzzy too.

z0rc commented 4 years ago

Compare:

git status --help
<shows man page>
git fuzzy --help
No manual entry for git-fuzzy
bigH commented 3 years ago

since the tool is interactive and a shim around other tools, i felt this was not worth the effort.

i'd rather spend my energy giving access to more underlying git functionality.

that being said, most of the subcommands obey the underlying git subcommand interfaces. e.g. git fuzzy diff [..args] produces the same effective diff as git diff [..same args] just interactive.