TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Meld - a great visual diff and merge tool for linux

96 pointsby tagnu_over 14 years ago

16 comments

progover 14 years ago
For Windows I found WinMerge to be quite useful: <a href="http://winmerge.org/" rel="nofollow">http://winmerge.org/</a>
评论 #2042302 未加载
评论 #2042257 未加载
angusgrover 14 years ago
One thing Meld cannot easily do (unless it's changed very recently) is manually align blocks of text when autoalignment fails.<p>I recommend Diffuse for that, and also for three-way merging: <a href="http://diffuse.sourceforge.net/" rel="nofollow">http://diffuse.sourceforge.net/</a><p>I do join in recommending Meld for your everyday diff/merge, though. :)
ltover 14 years ago
I love Beyond Compare: <a href="http://www.scootersoftware.com/" rel="nofollow">http://www.scootersoftware.com/</a><p>Even though it's commercial I gladly payed for it. It's really fast, does a great job on aligning automatically, easily lets me isolate blocks or do manual align, has rules for comparing files, and I could go on.
评论 #2043525 未加载
makmanalpover 14 years ago
What about vimdiff, that's already installed on most (unix-based) computers?<p><a href="http://andrejk.blogspot.com/2008/04/vimdiff-howto.html" rel="nofollow">http://andrejk.blogspot.com/2008/04/vimdiff-howto.html</a>
评论 #2043052 未加载
评论 #2043200 未加载
aeriqueover 14 years ago
How does it compare to ediff? This has been my diff tool of choice lately but I'm always interested in improvements.<p><i>note:</i> I use Emacs for many other things so that specific point is not a pro or con for me.
评论 #2042298 未加载
j_sover 14 years ago
Plastic SCM's diff/merge tool has a unique feature that can be useful: moved code detection.<p><a href="http://www.scootersoftware.com/vbulletin/showthread.php?p=24868&#38;posted=1#post24868" rel="nofollow">http://www.scootersoftware.com/vbulletin/showthread.php?p=24...</a><p>It is a newer commercial product with several rough edges, but now there's a "community edition" to try out (it's possible to use just the diff/merge tool without obtaining a license key to setup the server portion):<p><a href="http://codicesoftware.blogspot.com/2010/11/building-plastic-scms-community-with.html" rel="nofollow">http://codicesoftware.blogspot.com/2010/11/building-plastic-...</a>
评论 #2043207 未加载
sqrt17over 14 years ago
Does it support non-ASCII/non-UTF8 encodings now? meld's failure to do anything meaningful with files in other encodings (i.e., 95% of the sourcecode I have) made me go with diffuse even though meld looks slightly nicer.
评论 #2042515 未加载
elibenover 14 years ago
Meld is nice, but I also prefer diffuse. I found its Hg and SVN integration more convenient
amjithover 14 years ago
Old but still relevant: <a href="http://amjith.blogspot.com/2007/07/visual-diff-tools-in-linux.html" rel="nofollow">http://amjith.blogspot.com/2007/07/visual-diff-tools-in-linu...</a>
qaexlover 14 years ago
Meld is the only tool I know of that shows a 3-panel merge. That's the killer feature for me.<p>Now, if there were an OSX-native app that does 3-panel merges, I'd gladly switch off of Meld.
评论 #2042913 未加载
评论 #2042539 未加载
评论 #2044430 未加载
评论 #2042624 未加载
cookiecaperover 14 years ago
I prefer Kompare: <a href="http://www.kde.org/applications/development/kompare/" rel="nofollow">http://www.kde.org/applications/development/kompare/</a>
评论 #2043238 未加载
chanuxover 14 years ago
Thanks HN for giving me a tool I never realized I need.
busterover 14 years ago
Ahh, meld. It's awesome! After searching for some good diff (visual) tools, i found that one and never had problems.
pbiggarover 14 years ago
Does anyone know how to install this on Mac (preferably homebrew or macports)? It's killing me not having it.
anoncwd34over 14 years ago
Can anyone post screenshots of Meld in Ubuntu 10.10?<p>edit: Just curious.
评论 #2042182 未加载
评论 #2042125 未加载
megamark16over 14 years ago
And it's so easy to install! apt-get install meld.