1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319
|
<?xml version="1.0" encoding="utf-8"?>
<section id="GuideReferenceCommandLine">
<title>Command Line Options</title>
<para>
Geeqie is called by the command:
<programlisting>
geeqie [options] [path_to_file_or_collection]
<footnote id='ref1'>The name of a collection, with or without either path or extension (.gqv) may be used. If a path is not used and there is a name conflict with a file or folder, that will take precedence.</footnote>
</programlisting>
</para>
<para>These are the command line options available to Geeqie:</para>
<table frame="all">
<tgroup cols="3" rowsep="1" colsep="1">
<thead rowsep="1" colsep="1">
<row>
<entry>Short Option</entry>
<entry>Long Option</entry>
<entry>Description</entry>
</row>
</thead>
<tbody rowsep="1" colsep="1">
<row>
<entry>+t</entry>
<entry>--with-tools</entry>
<entry>Show file list, menu, and statusbar.</entry>
</row>
<row>
<entry>-t</entry>
<entry>--without-tools</entry>
<entry>Hide file list, menu, and statusbar. Window contains image only.</entry>
</row>
<row>
<entry>-f</entry>
<entry>--fullscreen</entry>
<entry>Start up in fullscreen.</entry>
</row>
<row>
<entry>-s</entry>
<entry>--slideshow</entry>
<entry>Start up in slideshow mode.</entry>
</row>
<row>
<entry>-l [filelist] [collectionlist]</entry>
<entry>--list [filelist] [collectionlist]</entry>
<entry>Open collection window containing images specified on the command line. Any collections on the command line will also be appended to this collection.</entry>
</row>
<row>
<entry />
<entry>--blank</entry>
<entry>Start with file list blank.</entry>
</row>
<row>
<entry />
<entry>--geometry=<w>x<h>+<x>+<y></entry>
<entry>Set the <width> <height> <xoffset> <yoffset> of the window. The parameters are in pixels.</entry>
</row>
<row>
<entry>-r</entry>
<entry>--remote</entry>
<entry>Send command line options to existing Geeqie process.</entry>
</row>
<row>
<entry>-rh</entry>
<entry>--remote-help</entry>
<entry>List command line options available to --remote.</entry>
</row>
<row>
<entry>-h</entry>
<entry>--help</entry>
<entry>Display brief command line option list.</entry>
</row>
<row>
<entry>-v</entry>
<entry>--version</entry>
<entry>Display version of Geeqie.</entry>
</row>
<row>
<entry />
<entry>--debug[=<level>]</entry>
<entry>Turn on debugging output (when compiled with Debug enabled). <level> is 0 to 4.</entry>
</row>
<row>
<entry>-g:<regexp></entry>
<entry>--grep:<regexp></entry>
<entry>Filter debug output with regular expression</entry>
</row>
<row>
<entry>+w</entry>
<entry>--show-log-window</entry>
<entry>Display log window</entry>
</row>
<row>
<entry>-o:<file></entry>
<entry>--log-file:<file></entry>
<entry>Save log data to file</entry>
</row>
<row>
<entry />
<entry>--alternate</entry>
<entry>Use alternate similarity algorithm - experimental - requires re-compile.</entry>
</row>
</tbody>
</tgroup>
</table>
<para />
<section id="Remotecommands">
<title>Remote commands</title>
<para>The --remote command line option will send all entered commands to an existing Geeqie process, a new process will be started if one does not exist. These are the additional commands that can be used with the remote command:</para>
<table frame="all">
<tgroup cols="3" rowsep="1" colsep="1">
<thead rowsep="1" colsep="1">
<row>
<entry>Short Option</entry>
<entry>Long Option</entry>
<entry>Description</entry>
</row>
</thead>
<tbody>
<row>
<entry>-n</entry>
<entry>--next</entry>
<entry>Change main window to display next image.</entry>
</row>
<row>
<entry>-b</entry>
<entry>--back</entry>
<entry>Change main window to display previous image.</entry>
</row>
<row>
<entry />
<entry>--first</entry>
<entry>Change main window to display first image.</entry>
</row>
<row>
<entry />
<entry>--last</entry>
<entry>Change main window to display last image.</entry>
</row>
<row>
<entry>-f</entry>
<entry>--fullscreen</entry>
<entry>Toggle full screen mode of the main window.</entry>
</row>
<row>
<entry>-fs</entry>
<entry>--fullscreen-start</entry>
<entry>Start full screen mode for main window.</entry>
</row>
<row>
<entry>-fS</entry>
<entry>--fullscreen-stop</entry>
<entry>Stop full screen mode for main window.</entry>
</row>
<row>
<entry>-s</entry>
<entry>--slideshow</entry>
<entry>Toggle slide show for main window.</entry>
</row>
<row>
<entry>-ss</entry>
<entry>--slideshow-start</entry>
<entry>Start slide show for main window.</entry>
</row>
<row>
<entry>-sS</entry>
<entry>--slideshow-stop</entry>
<entry>Stop slide show for main window.</entry>
</row>
<row>
<entry />
<entry>--slideshow-recurse:<folder></entry>
<entry>Start recursive slide show for <folder> in main window.</entry>
</row>
<row>
<entry>-d<[h:][m:][n][.m]></entry>
<entry>--delay=<[h:][m:][n][.m]></entry>
<entry>Set slide show delay to <[hrs:][mins:][n][.m]> seconds, range is 0.1 secs to 24 hours</entry>
</row>
<row>
<entry>+t</entry>
<entry>--tools-show</entry>
<entry>Show tools for main window.</entry>
</row>
<row>
<entry>-t</entry>
<entry>--tools-hide</entry>
<entry>Hide tools for main window.</entry>
</row>
<row>
<entry>-q</entry>
<entry>--quit</entry>
<entry>Quit Geeqie.</entry>
</row>
<row>
<entry />
<entry>--config-load:<file></entry>
<entry>Load configuration from <file>.</entry>
</row>
<row>
<entry />
<entry>--get-sidecars:<file></entry>
<entry>Get list of sidecars of <file>.</entry>
</row>
<row>
<entry />
<entry>--get-destination:<file></entry>
<entry>Get destination path of <file>. This is used by the symlink desktop file to implement the symbolic link operation. There is no useful function for the user.</entry>
</row>
<row>
<entry />
<entry>file:<file></entry>
<entry>Open <file> and bring Geeqie window to the top</entry>
</row>
<row>
<entry />
<entry>File:<file></entry>
<entry>Open <file> and do not bring Geeqie window to the top</entry>
</row>
<row>
<entry />
<entry>--tell</entry>
<entry>Print filename of current image</entry>
</row>
<row>
<entry />
<entry>--pixel-info</entry>
<entry>Print X, Y and RGB of mouse pointer on current image</entry>
</row>
<row>
<entry />
<entry>view:<file></entry>
<entry>Open new window containing <file></entry>
</row>
<row>
<entry />
<entry>--list-clear</entry>
<entry>Clear command line collection list</entry>
</row>
<row>
<entry />
<entry>--list-add:<file></entry>
<entry>Add <file> to command line collection list</entry>
</row>
<row>
<entry />
<entry>raise</entry>
<entry>Bring the geeqie window to the top</entry>
</row>
<row>
<entry />
<entry>--id:<ID></entry>
<entry>
Window ID for following commands
<footnote id='ref3'>
<para>The ID is shown in the titlebar of the window. If multiple windows are open, it can be used to direct commands to a particular window e.g. --remote --id:main --tell</para>
</footnote>
</entry>
</row>
<row>
<entry />
<entry>--new-window</entry>
<entry>Open new window</entry>
</row>
<row>
<entry />
<entry>--close-window</entry>
<entry>Close window</entry>
</row>
<row>
<entry>-ct:clear|clean</entry>
<entry>--cache-thumbs:clear|clean</entry>
<entry>clear or clean thumbnail cache</entry>
</row>
<row>
<entry>-cs:clear|clean</entry>
<entry>--cache-shared:clear|clean</entry>
<entry>clear or clean shared thumbnail cache</entry>
</row>
<row>
<entry>-cm</entry>
<entry>--cache-metadata</entry>
<entry>clean the metadata cache</entry>
</row>
<row>
<entry>-cr:<folder></entry>
<entry>--cache-render:<folder></entry>
<entry>render thumbnails</entry>
</row>
<row>
<entry>-crr:<folder></entry>
<entry>--cache-render-recurse:<folder></entry>
<entry>render thumbnails recursively</entry>
</row>
<row>
<entry>-crs:<folder></entry>
<entry>--cache-render-shared:<folder></entry>
<entry>
render thumbnails
<footnote id='ref2'>
<para>If standard thumbnail cache is not enabled, this command will be ignored.</para>
</footnote>
</entry>
</row>
<row>
<entry>-crsr:<folder></entry>
<entry>--cache-render-shared-recurse:<folder></entry>
<entry>render thumbnails recursively</entry>
</row>
<row>
<entry />
<entry>--lua:<file>,<lua script></entry>
<entry>run lua script on file</entry>
</row>
</tbody>
</tgroup>
</table>
<para />
</section>
</section>
|