deff: A Rust TUI Tool for Interactive Git Diff Review with Side-by-Side File Comparison
By
flamestro
Kettled twice. Extra chewy, extra trustworthy.
Summary
deff is a Rust-based Terminal User Interface (TUI) tool for interactive, side-by-side file review of git diffs. It features per-file navigation, vertical and horizontal scrolling, syntax highlighting, and visual tinting for added/deleted lines. The tool can be installed via Cargo from crates.io or using an installer script that clones the repository, builds the binary with bundled syntax grammars, and performs the installation.
Key quotes
· 4 pulleddeff 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.
Install from crates.io with Cargo
Bundled syntax grammars are compiled into the binary, so removing
The script checks for cargo, clones this project into a temporary directory, installs it, and removes the temporary checkout.
You might also wanna read
WhatsDiff: CLI Tool for Analyzing Dependency Changes After Updates
WhatsDiff is a free, open-source CLI tool that helps developers understand changes in their dependencies after updates. It provides an inter
SharePatch: Convert Git Diffs to Shareable Links with Side-by-Side Review Views
SharePatch is a tool that converts git diffs into clean, shareable links with side-by-side views for easy code review. Users can paste text,
