
gimp
List of commands for gimp:
-
gimp:tldr:089cc gimp: Enable debugging signal handlers.$ gimp --debug-handlerstry on your machineexplain this command
-
gimp:tldr:2b25b gimp: Print errors and warnings to the console instead of showing them in a dialog box.$ gimp --console-messagestry on your machineexplain this command
-
gimp:tldr:6b9c4 gimp: Start without a splash screen.$ gimp --no-splashtry on your machineexplain this command
-
gimp:tldr:ab467 gimp: Open specific files.$ gimp ${path-to-image1 path-to-image2 ---}try on your machineexplain this command
-
gimp:tldr:ec867 gimp: Open specific files in a new window.$ gimp --new-instance ${path-to-image1 path-to-image2 ---}try on your machineexplain this command