Would love to get some feedback
Would love to get some feedback
git difftool --tool=vimdiffI admit I haven't looked super hard yet, I settled on configuring git to use delta [0] for now and I'm happy with it, but I'm curious if anyone has a workflow for reviewing/iterating on diffs in the terminal that they'd be willing to share. Also open to being told that I'm lightyears behind and that there's a better mental model for this.
What nobody's mentioned yet is difftastic. Takes a completely different approach - parses syntax trees instead of lines, so indentation changes and bracket shuffles don't show up as noise. Worth a look if you're comparing options.
Main question I'd have: how does it hold up on large files? 5k+ line diffs are where most of these tools either choke or produce unreadable output. That'd be the test I'd run first.
emacs --eval='(ediff-files "file1" "file2")'
(The “|” key toggles side-by-side view.)
meain•49m ago
lf-non•41m ago
Amorymeltzer•10m ago