clabby / diffur

A simple TUI to assist in diffing bodies of text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com:clabby/diffur.git && cd diffur && cargo install --path .

About

A simple TUI to assist in diffing bodies of text

License:MIT License


Languages

Language:Rust 100.0%