2Kai Willadsenkai.willadsen@gmail.com2012Command line usage
If you start Meld from the command line, you can tell it what to do when it starts.
For a two- or three-way file comparison, start Meld with
meld file1file2 or
meld file1file2file3 respectively.
For a two- or three-way directory comparison, start Meld with
meld dir1dir2 or meld dir1dir2dir3.
You can start a version control comparison by just
giving a single argument; if that file or directory is managed by a
recognized version control system, it will
start a version control comparison on that argument. For example,
meld . would start a version control view of the current directory.
Run meld --help for a list of all command line options.