dotfiles/.local/bin/scripts/dif

5 lines
169 B
Text
Raw Normal View History

#!/bin/sh
2021-07-29 16:02:20 +02:00
# interactive diff with pagination and nice coloring
diff-color --report-identical-files "$@" |
2021-04-11 22:47:51 +02:00
less --RAW-CONTROL-CHARS --quit-on-intr --quit-if-one-screen