c/git · by codeinabox@programming.dev · 127dDifftastic — my new favourite diff viewer https://pawelgrzybek.com/difftastic-my-new-favourite-diff-viewer/12 points · 2 comments · view on lemmy.world
2 Comments
Novocirab@feddit.org · 4 pts · 127d
Thanks!
If anyone wants to make
git diffuse it:duckduckduck@programming.dev · 1 pts · 92d
Neat, but I don't like how it highlight the entire like if I change just one character on that line.
Maybe there's a setting I'm missing, but I really like
diff-so-fancyfor legibility of changed lines.For example if I've got like these changes:
difftshows me:but
diff-so-fancyshows me:Imho it's easier to read the pertinent info in the latter, where you've got that attractive word diffing on changed lines.
I do like the conditional side-by-side and unified diffing, though. That's huge.