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

Published: (February 26, 2026 at 12:54 PM EST)
1 min read

Source: Hacker News

Overview

deff is an interactive Rust TUI for reviewing git diffs side‑by‑side with syntax highlighting and added/deleted line tinting.

Features

  • Keyboard and mouse navigation
  • Vim‑style motions
  • In‑diff search (/, n, N)
  • Per‑file reviewed toggles
  • Supports both upstream‑based and explicit --base/--head comparisons
  • Ability to include uncommitted + untracked files via --include-uncommitted for reviewing the working tree before committing

Comparison Modes

  • Upstream‑based comparisons
  • Explicit --base/--head comparisons

Including Uncommitted Changes

Use the --include-uncommitted flag to review uncommitted and untracked files alongside committed changes.

Further Discussion

Comments on Hacker News

0 views
Back to Blog

Related posts

Read more »

ClamAv with Rust-TUI

!Cover image for ClamAv with Rust‑TUIhttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s...