You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ New context-menu-entries can be added using the "Add"-button. Each entry consist
11
11
***Command:** the command to be executed. You can use following placeholders:
12
12
* **%S:** will be replaced with the selected text
13
13
* **%F:** will be replaced with the path to a temporary file which contains the selected text
14
+
***Group:** the name of the sub-menu in which this entry will be shown. Might be empty
14
15
***Run in terminal:** defines whether a terminal-window should appear in which the configured command is executed. By default "xterm" is used as terminal-emulator. You can change the terminal-emulator in the "Miscellaneous Options" to your liking.
15
16
***Show preview:** gives you the chance to preview and change the command before executing it
16
17
***Output should replace selection:** will replace the selection with the output of the to be executed command
@@ -26,6 +27,8 @@ In addition you can add new entries via the "Custom command..."-context-menu-ent
0 commit comments