Difference between revisions of "Shutter:Command Line"

From den4b Wiki
Jump to navigation Jump to search
(Refactor the style and wording to match ReNamer:Command_Line)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Up|Shutter}}
 
{{Up|Shutter}}
  
[[Shutter]] supports several command line parameters. Different parameter types cannot be combined together.
+
[[Shutter]] supports several command line parameters. The general format is as follows:
  
{| class="prettytable"
+
: <code>"Shutter.exe" &lt;parameters&gt;</code>
 +
 
 +
Please note that multiple parameter types cannot be combined together.
 +
 
 +
{| class="wikitable"
 
! Parameter
 
! Parameter
 
! Description
 
! Description
 
|-
 
|-
! /preset <preset>
+
|style="white-space:nowrap"| <tt>/preset &lt;preset&gt;</tt>
| Load preset specified by a preset name or a full path.
+
| 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 &lt;action&gt;</tt>
! /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.
 
| 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.
 
|-
 
|-
! /uninstall
+
|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 12:03, 1 May 2024

Arrow Return.png Shutter  

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!