A small TUI that assists in diffing two bodies of text easily. Rather than creating two files and passing them to diff
,
this tool handles the tempfile creation and cleanup, as well quick launch hotkeys for editing the files and executing diff
.
demo.mp4
This tool is meant to be used alongside delta
, a custom pager for diff
and git
. To install delta
, run:
cargo install git-delta
After delta
has been installed, diffur
can be installed by running:
git clone [email protected]:clabby/diffur.git && cd diffur && cargo install --path .