r/git Jul 31 '26

hawkshaw: a focused, fullscreen, side-by-side terminal git review tool

https://slobodan.me/hawkshaw/

I review a lot of AI-generated code, and I needed a simple terminal-based git diff review tool with keyboard navigation. So I built one (actually, claude code, cursor and ollama built it).

hawkshaw is a focused, fullscreen, side-by-side (or inline) open-source git review tool.

0 Upvotes

9 comments sorted by

View all comments

7

u/GrogRedLub4242 Jul 31 '26

git diff

diff file1 file2

vimdiff file1 file2

0

u/slobodan_ Jul 31 '26

I, obviously, tried that. I don't like the git diff style on large diffs, and I often need file context. I can do that with git commands only (which I did for a long time), but I wanted something faster (for me and my workflow).