dotfiles/.local/bin/scripts/pdiff

4 lines
141 B
Plaintext
Raw Normal View History

2021-03-23 20:55:02 +00:00
#!/bin/sh
# Diff project directories, excluding any generated content
2022-06-27 11:03:46 +00:00
diff-color --speed-large-files --recursive $DIRS_IGNORE "$@" | less -F