Add log command
This commit is contained in:
parent
abf39c44d0
commit
90c0714739
7
guzzy/commands/log.sh
Executable file
7
guzzy/commands/log.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
show_diff="git log --color=always -n 1 {1}; seq -s_ 150|tr -d '[:digit:]' && \
|
||||
git diff --color=always {1}~ {1}"
|
||||
|
||||
git log --color=always --format="%C(auto)%h %s" | fzf --ansi \
|
||||
--preview="$show_diff" --preview-window=right:55%
|
Loading…
x
Reference in New Issue
Block a user