Skip to content
/ diffur Public

A simple TUI to assist in diffing bodies of text

License

Notifications You must be signed in to change notification settings

clabby/diffur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .

About

A simple TUI to assist in diffing bodies of text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages