delta

CLI>=0.15

A syntax-highlighting pager for git, diff, and grep output.

2 views

Installation

Homebrewbrew install git-delta
Cargocargo install git-delta

Links

License

MIT

AI Agent Notes

Beautiful syntax-highlighted diffs for git

When to use

Reviewing git diffs with improved readability

Examples
  • git diff | delta
  • git show | delta

Proven Recipes

View git diff with syntax highlighting🟢 97% success
git diff | delta
Set delta as git pager globally🟢 96% success
git config --global core.pager delta
Side-by-side diff view🟢 94% success
git diff | delta --side-by-side