# forgit `forgit` is a utility tool for git taking advantage of fuzzy finder [`fzf`](https://github.com/junegunn/fzf). ## Demo ![screenshot](screenshot.png) ## Install ### zplug([Recommand](https://github.com/zplug/zplug)) Just add this line to your zshrc: `zplug 'wfxr/forgit', defer:1` ### Manually Clone this repo somewhere and source the `forgit.plugin.zsh` at ~/.zshrc. ## Commands ### ga Interactive `git add` Mark/Unmark and move down Reverse selection Confirml and quit Selection down/up Toogle preview window Toggle preview wrap Preview down/up ### glo Interactive `git log` Fullscreen preview Selection down/up Toogle preview window Toggle preview wrap Preview down/up ### gd Interactive `git diff` Fullscreen preview Selection down/up Toogle preview window Toggle preview wrap Preview down/up ### gi Interactive `.gitignore` generator ### Tips Install [`diff-so-fancy`](https://github.com/so-fancy/diff-so-fancy) for better quality of diff result. ## License [MIT](LICENSE.txt)