this post was submitted on 14 Aug 2023
22 points (100.0% liked)
Arch Linux
8933 readers
74 users here now
The beloved lightweight distro
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
meld really is my favorite, but there's also
mcdiff
frommc
, in combination with your editor of choice (use_internal_edit=false
). If you can like the internal editor, though, that's got to be a better experience.I find a bunch of the themes are unreadable, so am rotating and eliminating with this Zsh function:
For a non-interactive diff viewer I find riff's output pretty legible.
Other than that, I've used a combination of tools with a broot config to browse and manage the diffs...
Thanks. Interesting points to look at there. I like the look of riff for config comparison we do at work too - thanks!