Skip to content

Astro-Han/diffpane

Repository files navigation

diffpane

Real-time TUI diff viewer for AI coding agents.

Watch what your AI agent is changing, in real-time, right next to your terminal.

Install

brew install Astro-Han/tap/diffpane

Or with Go:

go install github.com/Astro-Han/diffpane@latest

Pre-built binaries are also available on the Releases page.

Usage

cd your-project
diffpane

Split your terminal. Left: run your AI agent. Right: diffpane shows what changed.

diffpane records your current git HEAD when it starts (the "baseline"). It watches for file changes and shows you a live unified diff of everything that changed since the baseline. The baseline stays fixed so you see cumulative session changes. Press r to manually reset it to the current HEAD.

Keys

Key Action
/ Scroll diff
/ Next/prev file
f Toggle follow mode
Tab File list
q Quit

Requirements

  • macOS (darwin/amd64 or darwin/arm64)
  • Git

License

MIT

About

Real-time TUI diff viewer for AI coding agents

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages