Meld is a visual comparison and merger tool for developers. Meld helps you compare files, directories and projects controlled by version.
Installation
Use your distro’s repository, examples:
Usage
Basically it is the same concept as diff
but the command is meld
, example:
For a more detailed example, I created 2 files Shell Script:
If we use diff bye.sh hi.sh
the output looks like this:
A little difficult to visualize, right ?!
Already with meld bye.sh hi.sh
There are some program options, for example if we go to: File → Format as patch …, save only the patch (the changes), see image below:
One more example:
References
commands
meld
Marcos Oliveira
Software developer