logoalt Hacker News

lf-nonyesterday at 7:01 PM1 replyview on HN

I also use icdiff, but it is good to have the file-awareness for git diff esp. the ability to quickly skip files that I know aren't important.


Replies

Amorymeltzeryesterday at 7:32 PM

For that in particular, I use delta (<https://github.com/dandavison/delta>) with `side-by-side = true` enabled. I find I use both icdiff and delta side-by-side on a regular basis.

show 1 reply