#108 · Primary category: AI Coding Assistants
hunk
Review-first terminal diff viewer for agentic coders
Project last updated:08/30/26
GitHub Stars
8.9K
Forks
280
Contributors
73
License
MIT
Why we included this project
Most of the AI coding workflow is spent generating code; the part that tends to slip is actually reviewing the full changeset before it lands. Hunk is a terminal diff viewer built for that pass. Instead of dumping a diff into a plain pager, it opens your working tree, a specific commit, or a raw patch in an interactive UI with a sidebar for jumping between files. You can attach your agent to the running session and have it write inline annotations right beside the code, so review notes stay tied to the lines that prompted them. It auto-detects Git, Jujutsu, and Sapling checkouts, reloads in watch mode as files change, and can double as your Git pager, which makes it easy to fit into an existing routine.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.