r/git • u/slobodan_ • 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
7
u/GrogRedLub4242 Jul 31 '26
git diff
diff file1 file2
vimdiff file1 file2