mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-19 03:56:16 +00:00
title, homepage, tagline
| title | homepage | tagline |
|---|---|---|
| delta | https://github.com/dandavison/delta | delta: A syntax-highlighting pager for git and diff output |
To update or switch versions, run webi delta (or @0.9.1, @0.9.0,
etc).
Cheat Sheet
Install delta and add this to your ~/.gitconfig:
[pager]
diff = delta
show = delta
log = delta
blame = delta
reflog = delta
[interactive]
diffFilter = delta --color-only
Make sure to check out the helpful ReadMe