Git Diff Viewer and Editor
Terminal Git client with side-by-side diffs and inline editing — git add -p on steroids.
Magit-style Git GUI in Rust, but GitKraken and lazygit already dominate this space.
Developers reviewing code, especially AI-generated code
GitKraken · lazygit · Magit
So I built Anduin, with Iced and it has a bunch of keyboard shortcuts inspired by Magit that I have been using everyday.
If someone wants to try it, you can clone and cargo build.
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.
Smart reverse-dependency tracking beats naive path-matching in large Rust workspaces.
Wrapper around pierre's diff packages with jj support but no novel rendering technique.
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.