1
0
Fork
You've already forked git_diff
0
forked from delbio/git_diff_fzf
No description
  • Shell 100%
Find a file
2024年06月03日 11:34:02 +02:00
bin git_diff_fzf tui command 2024年06月03日 11:04:44 +02:00
docs/_imgs documenting how to work git_diff_fzf command 2024年06月03日 11:34:02 +02:00
LICENSE Initial commit 2024年06月03日 08:56:35 +00:00
README.md documenting how to work git_diff_fzf command 2024年06月03日 11:34:02 +02:00

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