comparison doc/options_editor_commands.html @ 1125:e09f504d7f11

Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
author zas_
date Mon, 10 Nov 2008 23:05:50 +0000
parents 24c89a03ec12
children 302d85a9962f
comparison
equal deleted inserted replaced
1124:697b0761c30d 1125:e09f504d7f11
43 43
44 <p>Geeqie includes ten entries that can be used for executing other applications or shell commands with the selected image. These commands are accessible by menu and keyboard shortcuts. The keyboard shortcuts use [Control] + [1] through [Control] + [0], which correspond to lines one through ten in the preferences dialog.</p> 44 <p>Geeqie includes ten entries that can be used for executing other applications or shell commands with the selected image. These commands are accessible by menu and keyboard shortcuts. The keyboard shortcuts use [Control] + [1] through [Control] + [0], which correspond to lines one through ten in the preferences dialog.</p>
45 45
46 <dl class="dialog_desc"> 46 <dl class="dialog_desc">
47 <dt>Menu name</dt> 47 <dt>Menu name</dt>
48 <dd><p>This field is used to represent the command in the menus of Geeqie, it is intended to describe the application or function that results from executing the command in the <em>Command Line</em> field.</p></dd> 48 <dd><p>This field is used to represent the command in the menus of Geeqie, it is intended to describe the application or function that results from executing the command in the <em>Command Line</em> field.</p>
49 <p>External command Copy/Move/Rename/Delete/New Folder allows to specify commands to use for these operations. When set, internal operations will be disabled and these commands used instead.</p>
50 </dd>
49 51
50 52
51 <dt>Command Line</dt> 53 <dt>Command Line</dt>
52 <dd><p>This field is the command to execute. Several macros are available to position image file names within the command. If no macro is specified, the behavior will be to append the filenames onto the end of the command (the result will be the same as &ldquo;<i>command %f</i>&rdquo;).</p> 54 <dd><p>This field is the command to execute. Several macros are available to position image file names within the command. If no macro is specified, the behavior will be to append the filenames onto the end of the command (the result will be the same as &ldquo;<i>command %f</i>&rdquo;).</p>
53 55
54 <div class="macro_description"> 56 <div class="macro_description">
55 <table width="80%" border="0" cellpadding="4" cellspacing="0" rules="rows"> 57 <table width="80%" border="0" cellpadding="4" cellspacing="0" rules="rows">
56 <col id="macro_description_col1" width="20%"></col> 58 <col id="macro_description_col1" width="20%"></col>
57 <col id="macro_description_col2" width="80%"></col> 59 <col id="macro_description_col2" width="80%"></col>
58 60
115 117
116 <td> 118 <td>
117 <p>Prevent full screen from deactivating when command is executed. Must occur as the first two characters.</p> 119 <p>Prevent full screen from deactivating when command is executed. Must occur as the first two characters.</p>
118 </td> 120 </td>
119 </tr> 121 </tr>
122 <tr>
123 <td>
124 <p>%%</p>
125 </td>
126
127 <td>
128 <p>This will be replaced by one '%'. This is the way to escape '%'.</p>
129 </td>
130 </tr>
131 <tr>
132 <td>
133 <p>%d</p>
134 </td>
135
136 <td>
137 <p>This only makes sense for external commands like copy or move as this is replaced by the destination.</p>
138 </td>
139 </tr>
140
120 </tbody> 141 </tbody>
121 </table> 142 </table>
122 </div> 143 </div>
123 </dd> 144 </dd>
124 145