difftastic icon indicating copy to clipboard operation
difftastic copied to clipboard

Explore a pager mode

Open Wilfred opened this issue 2 years ago • 4 comments

This would be handy when using difft directly.

Wilfred avatar Aug 05 '23 08:08 Wilfred

You can somewhat simulate this with difft "$1" "$2" --color always | less -R

magnusanderson-wk avatar Sep 28 '23 19:09 magnusanderson-wk

https://github.com/markbt/streampager is embeddable; it's used by the sapling scm

wez avatar Dec 31 '23 13:12 wez

difft "$1" "$2" --color always | less -R

@magnusanderson-wk This one doesn't work for me 😓 unfortunately

image

davinkevin avatar Jan 08 '24 09:01 davinkevin