Tech News
← Back to articles

Show HN: Deff – side-by-side Git diff review in your terminal

read original related products more articles

My name is deff

deff

deff is a Rust TUI: interactive, side-by-side file review for git diffs with per-file navigation, vertical and horizontal scrolling, syntax highlighting, and added/deleted line tinting.

Quickstart

Run the installer script from this repository:

curl -fsSL https://raw.githubusercontent.com/flamestro/deff/main/install.sh | bash

Installer source: https://github.com/flamestro/deff/blob/main/install.sh

The script checks for cargo , clones this project into a temporary directory, installs it, and removes the temporary checkout.

If you have local edits (including untracked files) and want to review them before committing, run:

deff --include-uncommitted

... continue reading