Delta: A syntax-highlighting pager for Git, diff, grep, and blame output
11–20 of 98 posts
Re: Delta: A syntax-highlighting pager for Git, diff, grep, and blame output
#12Re: Delta: A syntax-highlighting pager for Git, diff, grep, and blame output
#13I’ve been using Araxis Merge for almost 20 years. This seems… not as good?
Re: Delta: A syntax-highlighting pager for Git, diff, grep, and blame output
#14I'm still on diff-so-fancy; Worth investigating this one?
Re: Delta: A syntax-highlighting pager for Git, diff, grep, and blame output
#15Any user feedback on how it is (perf etc) ?
Re: Delta: A syntax-highlighting pager for Git, diff, grep, and blame output
#16i knew git could use arbitrary diff filter but never realised it was this simple to use. This looks very nice. The related? project "bat" also looks interesting.
curl … | prettier --parser html | bat
to get not-ugly HTML output from curl.
Re: Delta: A syntax-highlighting pager for Git, diff, grep, and blame output
#17Re: Delta: A syntax-highlighting pager for Git, diff, grep, and blame output
#18Looks like the author has also written magit integration for it: https://github.com/dandavison/magit-delta Any user feedback on how it is (perf etc) ?
Re: Delta: A syntax-highlighting pager for Git, diff, grep, and blame output
#19Re: Delta: A syntax-highlighting pager for Git, diff, grep, and blame output
#20The thing that prevents me from using delta is lack of "system" theme detection. Can't set it up and forget and mismatching theme with shell makes it really difficult to read.
#!/usr/bin/fish
gsettings set org.gnome.desktop.interface gtk-theme "Adwaita-dark"
fish_config theme choose "ayu Mirage"
yes | fish_config theme save
echo "--theme=OneHalfDark" > ~/.config/bat/config
kitten themes --reload-in=all "Ayu Mirage"
The bat config change will make delta respect my "system" theme.