Meld is a visual diff and merge tool targeted at developers
1–10 of 146 posts
Re: Meld is a visual diff and merge tool targeted at developers
#2I use meld by default. Honestly it's not great. I kind of miss beyondcompare. It is however readily available and works well enough.
Re: Meld is a visual diff and merge tool targeted at developers
#3after all these years i still mostly use kdiff3
Re: Meld is a visual diff and merge tool targeted at developers
#4I used it a lot many years ago, not so much now. I don't even know if it's on my laptop. I'm not using any other alternative. Maybe git merge and git diff are good enough for my needs. I'm also using both gitk and gitg, usually gitg. Maybe they qualify as alternatives.
Re: Meld is a visual diff and merge tool targeted at developers
#5https://discourse.gnome.org/tag/meld ## forum
https://gitlab.gnome.org/GNOME/meld ## code
Meld 3.21.1 — 07 Jan 2022 -- thanks Meld !!
Re: Meld is a visual diff and merge tool targeted at developers
#6It's my favorite and default diff viewer.
I remember at one point there was a new version (based on gtk3 perhaps) that didn't work as well (useless type of scrollbars and slow) and I did some shenanigans to have an older version again on archlinux. However now even fresh installs do look and work good, I'm not sure what happened to that new version, maybe they improved the gtk3 based one to be as good as the one before it and I don't notice the difference anymore...
Re: Meld is a visual diff and merge tool targeted at developers
#7If you want to use it with git:
git config --global diff.tool meld
git config --global --add difftool.prompt false
And use git difftool instead of git diffRe: Meld is a visual diff and merge tool targeted at developers
#8It's not open source, and comes with all the baggage of perforce, but p4merge and p4diff are just excellent tools that I install on every machine I work on.
Re: Meld is a visual diff and merge tool targeted at developers
#9I only recently used this for the first time and I must say: perfect for a quick file comparison. Don't know about other use cases. Nice to see it mentioned here.
Re: Meld is a visual diff and merge tool targeted at developers
#10It's not open source, and comes with all the baggage of perforce, but p4merge and p4diff are just excellent tools that I install on every machine I work on.
How is it not open source? The very first download link is to download the source. And it’s GPLv2 licensed.