these days, vscode does a fantastic job. you just use code --diff file1.js file2.js
Meld is a visual diff and merge tool targeted at developers
41–50 of 146 posts
Re: Meld is a visual diff and merge tool targeted at developers
#42IMHO, Meld is the second best open source tool for doing this. On Windows, WinMerge[1] is a better alternative. Too bad is Windows only. For a non-FOSS and cross platform solution I recommend BeyondCompare (U$30.00)[2]. It replicates most of WinMerge UI. [1] https://winmerge.org/ [2] https://scootersoftware.com/
Re: Meld is a visual diff and merge tool targeted at developers
#43Currently I am using KDiff3. It is a little buggy and doesn't have a nice UI but it is the best open source merging tool that I am aware of. It allows choosing lines from original file, from A, B and manual editing.
I noticed that certain popular and highly praised commercial IDE also provides only 3-panel interface for merging. This makes resolving conflicts more difficult and prone to errors.
Re: Meld is a visual diff and merge tool targeted at developers
#44Meld might be useful for comparison, but in my opinion it is inconvenient as a git merge tool. For git merge I need four panels: original file, version A, version B, merged result. Meld has only three panels. Currently I am using KDiff3. It is a little buggy and doesn't have a nice UI but it is the best open source merging tool that I am aware of. It allows choosing lines from original file, from A, B and manual edit…
Re: Meld is a visual diff and merge tool targeted at developers
#45For example, I use its "Table Compare" feature to compare log files from different machines, sorted by timestamp. This lets me easily see the order of operations in a distributed system.
Re: Meld is a visual diff and merge tool targeted at developers
#46IMHO, Meld is the second best open source tool for doing this. On Windows, WinMerge[1] is a better alternative. Too bad is Windows only. For a non-FOSS and cross platform solution I recommend BeyondCompare (U$30.00)[2]. It replicates most of WinMerge UI. [1] https://winmerge.org/ [2] https://scootersoftware.com/
Do you think the pro version of BeyondCompare is worth it compared to the standard one?
Re: Meld is a visual diff and merge tool targeted at developers
#47Re: Meld is a visual diff and merge tool targeted at developers
#48BeyondCompare is much better and available on macOS too.