Bug 505841 - Silent command line option
Summary: Silent command line option
Status: REPORTED
Alias: None
Product: kdiff3
Classification: Applications
Component: application (other bugs)
Version First Reported In: unspecified
Platform: Other All
: NOR wishlist
Target Milestone: ---
Assignee: michael
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-06-20 14:02 UTC by jweems
Modified: 2025-06-20 14:02 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jweems 2025-06-20 14:02:17 UTC
Add a --silent command line option. This would function just like the --auto option except if the files can't be auto merged KDiff3 will exit with a non 0 exit code instead of displaying the GUI. 

This would make KDiff3 more useful for scripting. A user can already have a script continue if KDiff3 is able to auto merge a file, but if the file can't be auto merged a script will just hang while KDiff3 waits for a user to resolve the issue. This option would return control to the calling script and let the user decide what action is appropriate.