dotfiles/.local/bin/scripts/pdiff

4 lines
111 B
Plaintext
Raw Normal View History

2021-03-23 20:55:02 +00:00
#!/bin/sh
# Diff project directories, excluding any generated content
diff-color -r $IGNOREDIRS "$@" | less -F