Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 743 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 743 Bytes

diffur

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

delta

This tool is meant to be used alongside delta, a custom pager for diff and git. To install delta, run:

cargo install git-delta

Installation

After delta has been installed, diffur can be installed by running:

git clone [email protected]:clabby/diffur.git && cd diffur && cargo install --path .