Software:Meld
From HandWiki
Meld 3.x.y performing a file comparison | |
Original author(s) | Stephen Kennedy, Kai Willadsen, Vincent Legoll |
---|---|
Developer(s) | The GNOME Project |
Initial release | August 8, 2002[1] |
Stable release | 3.21.0
/ April 14, 2020[2] |
Written in | Python, PyGTK/PyGObject |
Operating system | Linux and Unix-like, macOS, Windows |
Type | Diff viewer |
License | GPL-2.0-or-later |
Website | meldmerge wiki |
Meld is the visual diff and merge tool of GNOME, targeted at developers. It allows users to compare two or three files or directories visually, color-coding the different lines.
Meld can be used for comparing files, directories, and version controlled repositories. It provides two- and three-way comparison of both files and directories, and supports many version control systems including Git, Mercurial, Baazar, CVS and Subversion.
Meld is free and open-source software subject to the terms of the GNU General Public License (GPL-2.0-or-later).
Requirements
Requirements for Meld 3.18.0 are as follows:
- Python 3.3
- GTK+ 3.14
- GLib 2.36
- PyGObject 3.14
- GtkSourceView 3.14
- pycairo
See also
References
External links