delta
CLI>=0.15A syntax-highlighting pager for git, diff, and grep output.
2 views
Installation
Homebrew
brew install git-deltaCargo
cargo install git-deltaLinks
License
MITAI Agent Notes
Beautiful syntax-highlighted diffs for git
When to use
Reviewing git diffs with improved readability
Examples
git diff | deltagit show | delta
Proven Recipes
View git diff with syntax highlighting🟢 97% success
git diff | deltaSet delta as git pager globally🟢 96% success
git config --global core.pager deltaSide-by-side diff view🟢 94% success
git diff | delta --side-by-side