difftastic
difftastic copied to clipboard
Explore a pager mode
This would be handy when using difft directly.
You can somewhat simulate this with difft "$1" "$2" --color always | less -R
https://github.com/markbt/streampager is embeddable; it's used by the sapling scm
difft "$1" "$2" --color always | less -R
@magnusanderson-wk This one doesn't work for me 😓 unfortunately