Git Diff Viewer and Editor
Terminal Git client with side-by-side diffs and inline editing — git add -p on steroids.
yadiff, yet another diff viewer, built on pierre's trees and diffs
Wrapper around pierre's diff packages with jj support but no novel rendering technique.
Developers who review code diffs in browser
diffshub · hunk · GitHub PR reviews
made a local version of @pierrecomputer's diffshub.com for reviewing codes, with jj support and review copying to directly send to agents :D
huge shoutout to @bentlegen for the inspiration on agent review, and pierre team for the amazing work!
try it with `npx @baggiiiie@yadiff $GitRef/$JJRevision`
beyond local diff viewing, it supports GitHub PR fetching too. so you can test it on your PR, or test it on bun's rust rewrite PR `npx @baggiiiie@yadiff https://github.com/oven-sh/bun/pull/30412`
any feedback is appreciated!
Terminal Git client with side-by-side diffs and inline editing — git add -p on steroids.
LazyGit-style TUI for browsing diffs inline with keyboard-friendly tree nav, no mode switching.
Magit-style Git GUI in Rust, but GitKraken and lazygit already dominate this space.
Lightweight diff viewer for Claude Code and headless agents, but solves an already-solved problem.
GUI wrapper around git diff with LLM walkthrough, but delta and GitHub already do this.
Faster GitHub diffs via Pierre, but you're just wrapping someone else's components in an extension.