Blogmark
hunk — review-first terminal diff viewer
via jbranchaud@gmail.com
https://www.hunk.dev/
I've been bouncing between a lot of different tools for reviewing diffs. As of right now, my daily drivers are git diff/git add --patch (using delta) and the Git Changes panel in Zed. It depends on the size of the diff and whether I expect to have to make frequent edits to the working copy as I go.
Hunk looks interesting. It appears to land somewhere between a git diff/git add --patch and a full-featured git TUI like lazygit.
h/t Ben Curtis