I'm still on diff-so-fancy; Worth investigating this one?
Delta: A syntax-highlighting pager for Git, diff, grep, and blame output
21–30 of 98 posts
Re: Delta: A syntax-highlighting pager for Git, diff, grep, and blame output
#22I’ve been using Araxis Merge for almost 20 years. This seems… not as good?
On a separate tangent - I haven't needed to do a gnarly merge in years it seems like. I feel like the dev community has collectively gotten better at git/SCM in general. Maybe I was super junior before but it's just not a problem I seem to face in daily software dev anymore.
Re: Delta: A syntax-highlighting pager for Git, diff, grep, and blame output
#23Re: Delta: A syntax-highlighting pager for Git, diff, grep, and blame output
#24The 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.
Re: Delta: A syntax-highlighting pager for Git, diff, grep, and blame output
#25Re: Delta: A syntax-highlighting pager for Git, diff, grep, and blame output
#26I'm still on diff-so-fancy; Worth investigating this one?
Re: Delta: A syntax-highlighting pager for Git, diff, grep, and blame output
#27Re: Delta: A syntax-highlighting pager for Git, diff, grep, and blame output
#28The 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.
Hi, delta now automatically detects whether the terminal background is light or dark and selects a theme accordingly. (This is due to the nice work of contributor bash: https://github.com/bash/terminal-colorsaurus )


To automatically display the light or dark version of images depending on their gh theme (works html style too)I'm also fond of
....
Which I notice you do :), but did you know you could also do it to tables and center the caption?
delta with side-by-side and line-numbers activated
This isn't really a critique or anything, it is that I appreciate that you took the time to make things look pretty and it seems like you'd be interested in this kind of stuffAlso to others, this even works in issues and elsewhere. I find this stuff really helpful when writing issues
Re: Delta: A syntax-highlighting pager for Git, diff, grep, and blame output
#29I use both delta and difftastic (difft), and cannot recommend them enough. If you use the terminal at all, get them!
Re: Delta: A syntax-highlighting pager for Git, diff, grep, and blame output
#30I want to like this having used regular `git diff` tool with colours, but this is just too busy.