Add diff command
This commit is contained in:
parent
a98ba68f49
commit
abf39c44d0
4
guzzy/commands/diff.sh
Executable file
4
guzzy/commands/diff.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
git status | awk '/modified/ { print $2 }' | fzf --preview \
|
||||
'git diff --color=always {}'
|
Loading…
x
Reference in New Issue
Block a user