logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

kdiff3 - Tool for Comparison and Merge of Files and Folders

Author

BurkhardLueck <lueck@hube-lueck.de>
           KDiff3 man page.

kdiff3 1.8                                         2019-02-22                                          KDIFF3(1)

Authors

       This manual page was written by Burkhard Lück <lueck@hube-lueck.de>.

Description

       Compares two or three input files or folders.

Name

       kdiff3 - Tool for Comparison and Merge of Files and Folders

Options

-u,--ignore
           Ignored. (User defined.)

       --query
           Ignored. (User defined.)

       --html
           Ignored. (User defined.)

       --abort
           Ignored. (User defined.)

       -m,--merge
           Merge the input.

       -b,--basefile
           Explicit base file. For compatibility with certain tools.

       -o,--outputfile
           Output file. Implies -m.  e.g.: -o newfile.txt

       --outfile
           Output file, again. (For compatibility with certain tools.)

       --auto
           No GUI if all conflicts are auto-solvable. (Needs -ofile)

       --noauto
           Ignore --auto and always show GUI.

       --L1alias1
           Visible name replacement for input file 1 (base).

       --L2alias2
           Visible name replacement for input file 2.

       --L3alias3
           Visible name replacement for input file 3.

       -L,--fnamealias
           Alternative visible name replacement. Supply this once for every input.

       --csstring
           Override a config setting. Use once for every setting.  e.g.: --csAutoAdvance=1.

       --confighelp
           Show list of config settings and current values.

       --configfile
           Use a different config file.

       File1
           file1 to open (base, if not specified via --base)

       File2
           file2 to open

       File3
           file3 to open

See Also

           More detailed user documentation is available from help:/kdiff3 (either enter this URL into
           Konqueror, or run khelpcenterhelp:/kdiff3).
           kf6options(7)
           qt6options(7)

Synopsis

kdiff3 [-u,--ignore] [--query] [--html] [--abort] [-m,--merge] [-b,--basefile] [-o,--outputfile]
              [--outfile] [--noauto] [--auto] [--L1alias1] [--L2alias2] [--L3alias3] [-L,--fnamealias]
              [--csstring] [--confighelp] [--configfile] [File1] [File2] [File3]

See Also