A Pi package that adds an interactive git diff viewer command.
Review your changes, stage files, browse recent commits, run common git commands, and commit without leaving Pi. It is meant to make everyday git work feel native while you are already coding with an agent.
/diff
- macOS: Cmd + Shift + G
- Other platforms: Ctrl + Shift + G
Install from GitHub:
pi install git:github.com/NikolaiUgelvik/pi-gitFor local development, load the extension directly:
pi -e ./extensions/diff.tsOr install from a local checkout:
pi install ./path/to/pi-git