Difference between revisions of "Shutter:Command Line"
Jump to navigation
Jump to search
(/preset also starts event monitoring) |
(Refactor the style and wording to match ReNamer:Command_Line) |
||
Line 1: | Line 1: | ||
{{Up|Shutter}} | {{Up|Shutter}} | ||
− | [[Shutter]] supports several command line parameters. | + | [[Shutter]] supports several command line parameters. The general format is as follows: |
+ | |||
+ | : <code>"Shutter.exe" <parameters></code> | ||
+ | |||
+ | Please note that multiple parameter types cannot be combined together. | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 7: | Line 11: | ||
! Description | ! Description | ||
|- | |- | ||
− | + | |style="white-space:nowrap"| <tt>/preset <preset></tt> | |
| Load preset specified by a preset name or a full path, and start event monitoring. | | Load preset specified by a preset name or a full path, and start event monitoring. | ||
You can use "''Create Links to Presets''" option from the main menu to create shortcut files to all available presets. | You can use "''Create Links to Presets''" option from the main menu to create shortcut files to all available presets. | ||
|- | |- | ||
− | |- | + | |style="white-space:nowrap"| <tt>/action <action></tt> |
− | |||
| Execute a specified action by action ID. Please note that not all actions support direct/untended execution, in which case you should create a dedicated preset with the required action(s) and run the present instead. | | Execute a specified action by action ID. Please note that not all actions support direct/untended execution, in which case you should create a dedicated preset with the required action(s) and run the present instead. | ||
You can use "''Create Links to Actions''" option from the main menu to create shortcut files to all supported actions. | You can use "''Create Links to Actions''" option from the main menu to create shortcut files to all supported actions. | ||
|- | |- | ||
− | + | |style="white-space:nowrap"| <tt>/uninstall</tt> | |
| Remove all manually turned on associations with the program, e.g. presets association. For advanced users only! | | Remove all manually turned on associations with the program, e.g. presets association. For advanced users only! | ||
|} | |} | ||
[[Category:Shutter]] | [[Category:Shutter]] |
Latest revision as of 11:03, 1 May 2024
Shutter supports several command line parameters. The general format is as follows:
"Shutter.exe" <parameters>
Please note that multiple parameter types cannot be combined together.
Parameter | Description |
---|---|
/preset <preset> | Load preset specified by a preset name or a full path, and start event monitoring.
You can use "Create Links to Presets" option from the main menu to create shortcut files to all available presets. |
/action <action> | Execute a specified action by action ID. Please note that not all actions support direct/untended execution, in which case you should create a dedicated preset with the required action(s) and run the present instead.
You can use "Create Links to Actions" option from the main menu to create shortcut files to all supported actions. |
/uninstall | Remove all manually turned on associations with the program, e.g. presets association. For advanced users only! |