dotfiles/.local/bin/scripts/dif

5 lines
169 B
Plaintext
Raw Normal View History

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