forked from delbio/git_diff_fzf
No description
| bin | git_diff_fzf tui command | |
| docs/_imgs | documenting how to work git_diff_fzf command | |
| LICENSE | Initial commit | |
| README.md | documenting how to work git_diff_fzf command | |
git_diff
git_diff_fzf is the main command and it's goal is to create a tui for two git commands:
- git diff .. --name-status that expose a list of modification files from one commit to another with the type of modification
- git diff .. to see the file differencies of a specific file between two commits
- git show : to see the file that is present only into a commit, means a file added or deleted from one commit to another
the command open a fzf layout with on the left side the list of changes between two commit and on the right side the diff of that file.
fzf enable us to bind commands and is available also an help command that allow you to see the available actions inside fzf
examples
git_diff_fzf 30a04d9..fa6d631
git_diff_fzf 30a04d9 fa6d631
help binding
when git_diff_fzf is opened you can press ? key to see the available commands for the selected file