Mercurial > geeqie
comparison doc/reference_command_line.html @ 1078:ac4a4f2cf393
Get rid off of chapters numbers in html documentation filenames. It will ease re-ordering.
| author | zas_ |
|---|---|
| date | Sat, 25 Oct 2008 07:47:47 +0000 |
| parents | doc/11_1_command_line.html@1ecc4f010111 |
| children | 76266496b06d |
comparison
equal
deleted
inserted
replaced
| 1077:3920b1f38f5f | 1078:ac4a4f2cf393 |
|---|---|
| 1 <?xml version="1.0" encoding="iso-8859-1"?> | |
| 2 | |
| 3 <html xmlns="http://www.w3.org/1999/xhtml"> | |
| 4 <head> | |
| 5 <meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" /> | |
| 6 | |
| 7 <title>Command Line Options - Geeqie User Manual</title> | |
| 8 <meta name="CREATED" content="20040805;23590500" /> | |
| 9 <meta name="CHANGED" content="20041224;15024300" /> | |
| 10 <style type="text/css"> | |
| 11 /*<![CDATA[*/ | |
| 12 p.gq-command-line-7 {margin-bottom: 0in} | |
| 13 p.gq-command-line-6 {margin-left: 0.79in} | |
| 14 p.gq-command-line-5 {font-weight: bold} | |
| 15 div.gq-command-line-4 {text-align: center} | |
| 16 table.gq-command-line-3 {page-break-before: always} | |
| 17 p.gq-command-line-2 {text-align: right} | |
| 18 p.gq-command-line-1 {text-align: center} | |
| 19 /*]]>*/ | |
| 20 </style> | |
| 21 </head> | |
| 22 | |
| 23 <body lang="en-US" dir="ltr"> | |
| 24 <div class="gq-command-line-4"> | |
| 25 <table width="100%" border="0" cellpadding="4" cellspacing="0" class="gq-command-line-3"> | |
| 26 <col width="85*" /> | |
| 27 <col width="85*" /> | |
| 28 <col width="85*" /> | |
| 29 | |
| 30 <thead> | |
| 31 <tr valign="top"> | |
| 32 <td width="33%"> | |
| 33 <p><a href="reference.html">Previous</a> | |
| 34 </p> | |
| 35 </td> | |
| 36 | |
| 37 <td width="33%"> | |
| 38 <p class="gq-command-line-1">Command Line Options - Reference</p> | |
| 39 </td> | |
| 40 | |
| 41 <td width="33%"> | |
| 42 <p class="gq-command-line-2"><a href="reference_keyboard_shortcuts.html">Next</a> | |
| 43 </p> | |
| 44 </td> | |
| 45 </tr> | |
| 46 </thead> | |
| 47 </table> | |
| 48 </div> | |
| 49 | |
| 50 <hr /> | |
| 51 | |
| 52 <h1>11.1 Command Line Options</h1> | |
| 53 | |
| 54 <p>These are the command line options available to Geeqie:</p> | |
| 55 | |
| 56 <div class="gq-command-line-4"> | |
| 57 <table width="80%" border="1" cellpadding="4" cellspacing="0"> | |
| 58 <col width="51*" /> | |
| 59 <col width="77*" /> | |
| 60 <col width="128*" /> | |
| 61 | |
| 62 <tr valign="top"> | |
| 63 <td width="20%"> | |
| 64 <p class="gq-command-line-5">Short Option</p> | |
| 65 </td> | |
| 66 | |
| 67 <td width="30%"> | |
| 68 <p class="gq-command-line-5">Long Option</p> | |
| 69 </td> | |
| 70 | |
| 71 <td width="50%"> | |
| 72 <p class="gq-command-line-5">Description</p> | |
| 73 </td> | |
| 74 </tr> | |
| 75 | |
| 76 <tr valign="top"> | |
| 77 <td width="20%"> | |
| 78 <p>+t</p> | |
| 79 </td> | |
| 80 | |
| 81 <td width="30%"> | |
| 82 <p>--with-tools</p> | |
| 83 </td> | |
| 84 | |
| 85 <td width="50%"> | |
| 86 <p>Show file list, menu, and statusbar.</p> | |
| 87 </td> | |
| 88 </tr> | |
| 89 | |
| 90 <tr valign="top"> | |
| 91 <td width="20%"> | |
| 92 <p>-t</p> | |
| 93 </td> | |
| 94 | |
| 95 <td width="30%"> | |
| 96 <p>--without-tools</p> | |
| 97 </td> | |
| 98 | |
| 99 <td width="50%"> | |
| 100 <p>Hide file list, menu, and statusbar. Window contains image only.</p> | |
| 101 </td> | |
| 102 </tr> | |
| 103 | |
| 104 <tr valign="top"> | |
| 105 <td width="20%"> | |
| 106 <p>-f</p> | |
| 107 </td> | |
| 108 | |
| 109 <td width="30%"> | |
| 110 <p>--fullscreen</p> | |
| 111 </td> | |
| 112 | |
| 113 <td width="50%"> | |
| 114 <p>Start up in fullscreen.</p> | |
| 115 </td> | |
| 116 </tr> | |
| 117 | |
| 118 <tr valign="top"> | |
| 119 <td width="20%"> | |
| 120 <p>-s</p> | |
| 121 </td> | |
| 122 | |
| 123 <td width="30%"> | |
| 124 <p>--slideshow</p> | |
| 125 </td> | |
| 126 | |
| 127 <td width="50%"> | |
| 128 <p>Start up in slideshow mode.</p> | |
| 129 </td> | |
| 130 </tr> | |
| 131 | |
| 132 <tr valign="top"> | |
| 133 <td width="20%"> | |
| 134 <p>-l</p> | |
| 135 </td> | |
| 136 | |
| 137 <td width="30%"> | |
| 138 <p>--list</p> | |
| 139 </td> | |
| 140 | |
| 141 <td width="50%"> | |
| 142 <p>Open collection window containing images specified on the command line. Any collections on the command line will also be appended to this collection.</p> | |
| 143 </td> | |
| 144 </tr> | |
| 145 | |
| 146 <tr valign="top"> | |
| 147 <td width="20%"> | |
| 148 <p>-r</p> | |
| 149 </td> | |
| 150 | |
| 151 <td width="30%"> | |
| 152 <p>--remote</p> | |
| 153 </td> | |
| 154 | |
| 155 <td width="50%"> | |
| 156 <p>Send command line options to existing Geeqie process.</p> | |
| 157 </td> | |
| 158 </tr> | |
| 159 | |
| 160 <tr valign="top"> | |
| 161 <td width="20%"> | |
| 162 <p>-rh</p> | |
| 163 </td> | |
| 164 | |
| 165 <td width="30%"> | |
| 166 <p>--remote-help</p> | |
| 167 </td> | |
| 168 | |
| 169 <td width="50%"> | |
| 170 <p>List command line options available to --remote.</p> | |
| 171 </td> | |
| 172 </tr> | |
| 173 | |
| 174 <tr valign="top"> | |
| 175 <td width="20%"> | |
| 176 <p>-h</p> | |
| 177 </td> | |
| 178 | |
| 179 <td width="30%"> | |
| 180 <p>--help</p> | |
| 181 </td> | |
| 182 | |
| 183 <td width="50%"> | |
| 184 <p>Display brief command line option list.</p> | |
| 185 </td> | |
| 186 </tr> | |
| 187 | |
| 188 <tr valign="top"> | |
| 189 <td width="20%"> | |
| 190 <p>-v</p> | |
| 191 </td> | |
| 192 | |
| 193 <td width="30%"> | |
| 194 <p>--version</p> | |
| 195 </td> | |
| 196 | |
| 197 <td width="50%"> | |
| 198 <p>Display version of Geeqie.</p> | |
| 199 </td> | |
| 200 </tr> | |
| 201 | |
| 202 <tr valign="top"> | |
| 203 <td width="20%"> | |
| 204 <p><br /> | |
| 205 </p> | |
| 206 </td> | |
| 207 | |
| 208 <td width="30%"> | |
| 209 <p>--debug</p> | |
| 210 </td> | |
| 211 | |
| 212 <td width="50%"> | |
| 213 <p>Enable Debug output to console.</p> | |
| 214 </td> | |
| 215 </tr> | |
| 216 </table> | |
| 217 </div> | |
| 218 | |
| 219 <p><br /> | |
| 220 <br /> | |
| 221 </p> | |
| 222 | |
| 223 <p><br /> | |
| 224 <br /> | |
| 225 </p> | |
| 226 | |
| 227 <p><u>Remote commands</u> | |
| 228 </p> | |
| 229 | |
| 230 <p class="gq-command-line-6">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:</p> | |
| 231 | |
| 232 <div class="gq-command-line-4"> | |
| 233 <table width="80%" border="1" cellpadding="4" cellspacing="0"> | |
| 234 <col width="51*" /> | |
| 235 <col width="77*" /> | |
| 236 <col width="128*" /> | |
| 237 | |
| 238 <tr valign="top"> | |
| 239 <td width="20%"> | |
| 240 <p class="gq-command-line-5">Short Option</p> | |
| 241 </td> | |
| 242 | |
| 243 <td width="30%"> | |
| 244 <p class="gq-command-line-5">Long Option</p> | |
| 245 </td> | |
| 246 | |
| 247 <td width="50%"> | |
| 248 <p class="gq-command-line-5">Description</p> | |
| 249 </td> | |
| 250 </tr> | |
| 251 | |
| 252 <tr valign="top"> | |
| 253 <td width="20%"> | |
| 254 <p>-n</p> | |
| 255 </td> | |
| 256 | |
| 257 <td width="30%"> | |
| 258 <p>--next</p> | |
| 259 </td> | |
| 260 | |
| 261 <td width="50%"> | |
| 262 <p>Change main window to display next image.</p> | |
| 263 </td> | |
| 264 </tr> | |
| 265 | |
| 266 <tr valign="top"> | |
| 267 <td width="20%"> | |
| 268 <p>-b</p> | |
| 269 </td> | |
| 270 | |
| 271 <td width="30%"> | |
| 272 <p>--back</p> | |
| 273 </td> | |
| 274 | |
| 275 <td width="50%"> | |
| 276 <p>Change main window to display previous image.</p> | |
| 277 </td> | |
| 278 </tr> | |
| 279 | |
| 280 <tr valign="top"> | |
| 281 <td width="20%"> | |
| 282 <p><br /> | |
| 283 </p> | |
| 284 </td> | |
| 285 | |
| 286 <td width="30%"> | |
| 287 <p>--first</p> | |
| 288 </td> | |
| 289 | |
| 290 <td width="50%"> | |
| 291 <p>Change main window to display first image.</p> | |
| 292 </td> | |
| 293 </tr> | |
| 294 | |
| 295 <tr valign="top"> | |
| 296 <td width="20%"> | |
| 297 <p><br /> | |
| 298 </p> | |
| 299 </td> | |
| 300 | |
| 301 <td width="30%"> | |
| 302 <p>--last</p> | |
| 303 </td> | |
| 304 | |
| 305 <td width="50%"> | |
| 306 <p>Change main window to display last image.</p> | |
| 307 </td> | |
| 308 </tr> | |
| 309 | |
| 310 <tr valign="top"> | |
| 311 <td width="20%"> | |
| 312 <p>-f</p> | |
| 313 </td> | |
| 314 | |
| 315 <td width="30%"> | |
| 316 <p>--fullscreen</p> | |
| 317 </td> | |
| 318 | |
| 319 <td width="50%"> | |
| 320 <p>Toggle full screen mode of the main window.</p> | |
| 321 </td> | |
| 322 </tr> | |
| 323 | |
| 324 <tr valign="top"> | |
| 325 <td width="20%"> | |
| 326 <p>-fs</p> | |
| 327 </td> | |
| 328 | |
| 329 <td width="30%"> | |
| 330 <p>--fullscreen-start</p> | |
| 331 </td> | |
| 332 | |
| 333 <td width="50%"> | |
| 334 <p>Start full screen mode for main window.</p> | |
| 335 </td> | |
| 336 </tr> | |
| 337 | |
| 338 <tr valign="top"> | |
| 339 <td width="20%"> | |
| 340 <p>-fS</p> | |
| 341 </td> | |
| 342 | |
| 343 <td width="30%"> | |
| 344 <p>--fullscreen-stop</p> | |
| 345 </td> | |
| 346 | |
| 347 <td width="50%"> | |
| 348 <p>Stop full screen mode for main window.</p> | |
| 349 </td> | |
| 350 </tr> | |
| 351 | |
| 352 <tr valign="top"> | |
| 353 <td width="20%"> | |
| 354 <p>-s</p> | |
| 355 </td> | |
| 356 | |
| 357 <td width="30%"> | |
| 358 <p>--slideshow</p> | |
| 359 </td> | |
| 360 | |
| 361 <td width="50%"> | |
| 362 <p>Toggle slide show for main window.</p> | |
| 363 </td> | |
| 364 </tr> | |
| 365 | |
| 366 <tr valign="top"> | |
| 367 <td width="20%"> | |
| 368 <p>-ss</p> | |
| 369 </td> | |
| 370 | |
| 371 <td width="30%"> | |
| 372 <p>--slideshow-start</p> | |
| 373 </td> | |
| 374 | |
| 375 <td width="50%"> | |
| 376 <p>Start slide show for main window.</p> | |
| 377 </td> | |
| 378 </tr> | |
| 379 | |
| 380 <tr valign="top"> | |
| 381 <td width="20%"> | |
| 382 <p>-sS</p> | |
| 383 </td> | |
| 384 | |
| 385 <td width="30%"> | |
| 386 <p>--slideshow-stop</p> | |
| 387 </td> | |
| 388 | |
| 389 <td width="50%"> | |
| 390 <p>Stop slide show for main window.</p> | |
| 391 </td> | |
| 392 </tr> | |
| 393 | |
| 394 <tr valign="top"> | |
| 395 <td width="20%"> | |
| 396 <p>-sr<folder></p> | |
| 397 </td> | |
| 398 | |
| 399 <td width="30%"> | |
| 400 <p>--slideshow-recurse<folder></p> | |
| 401 </td> | |
| 402 | |
| 403 <td width="50%"> | |
| 404 <p>Start recursive slide show for <folder> in main window.</p> | |
| 405 </td> | |
| 406 </tr> | |
| 407 | |
| 408 <tr valign="top"> | |
| 409 <td width="20%"> | |
| 410 <p>-d<n></p> | |
| 411 </td> | |
| 412 | |
| 413 <td width="30%"> | |
| 414 <p>--delay=<n></p> | |
| 415 </td> | |
| 416 | |
| 417 <td width="50%"> | |
| 418 <p>Set slide show delay to <n> seconds, range is 0.1 to 3600</p> | |
| 419 </td> | |
| 420 </tr> | |
| 421 | |
| 422 <tr valign="top"> | |
| 423 <td width="20%"> | |
| 424 <p>+t</p> | |
| 425 </td> | |
| 426 | |
| 427 <td width="30%"> | |
| 428 <p>--tools-show</p> | |
| 429 </td> | |
| 430 | |
| 431 <td width="50%"> | |
| 432 <p>Show tools for main window.</p> | |
| 433 </td> | |
| 434 </tr> | |
| 435 | |
| 436 <tr valign="top"> | |
| 437 <td width="20%"> | |
| 438 <p>-t</p> | |
| 439 </td> | |
| 440 | |
| 441 <td width="30%"> | |
| 442 <p>--tools-hide</p> | |
| 443 </td> | |
| 444 | |
| 445 <td width="50%"> | |
| 446 <p>Hide tools for main window.</p> | |
| 447 </td> | |
| 448 </tr> | |
| 449 | |
| 450 <tr valign="top"> | |
| 451 <td width="20%"> | |
| 452 <p>-q</p> | |
| 453 </td> | |
| 454 | |
| 455 <td width="30%"> | |
| 456 <p>--quit</p> | |
| 457 </td> | |
| 458 | |
| 459 <td width="50%"> | |
| 460 <p>Quit Geeqie.</p> | |
| 461 </td> | |
| 462 </tr> | |
| 463 | |
| 464 <tr valign="top"> | |
| 465 <td width="20%"> | |
| 466 <p><br /> | |
| 467 </p> | |
| 468 </td> | |
| 469 | |
| 470 <td width="30%"> | |
| 471 <p>file:<filename></p> | |
| 472 </td> | |
| 473 | |
| 474 <td width="50%"> | |
| 475 <p>Change main window to display <filename></p> | |
| 476 </td> | |
| 477 </tr> | |
| 478 | |
| 479 <tr valign="top"> | |
| 480 <td width="20%"> | |
| 481 <p><br /> | |
| 482 </p> | |
| 483 </td> | |
| 484 | |
| 485 <td width="30%"> | |
| 486 <p>view:<filename></p> | |
| 487 </td> | |
| 488 | |
| 489 <td width="50%"> | |
| 490 <p>Open new window containing <filename></p> | |
| 491 </td> | |
| 492 </tr> | |
| 493 </table> | |
| 494 </div> | |
| 495 | |
| 496 <p class="gq-command-line-7"><br /> | |
| 497 </p> | |
| 498 | |
| 499 <p class="gq-command-line-7"><br /> | |
| 500 </p> | |
| 501 | |
| 502 <p><br /> | |
| 503 <br /> | |
| 504 </p> | |
| 505 | |
| 506 <p><br /> | |
| 507 <br /> | |
| 508 </p> | |
| 509 | |
| 510 <hr /> | |
| 511 | |
| 512 <div class="gq-command-line-4"> | |
| 513 <table width="100%" border="0" cellpadding="4" cellspacing="0"> | |
| 514 <col width="85*" /> | |
| 515 <col width="85*" /> | |
| 516 <col width="85*" /> | |
| 517 | |
| 518 <thead> | |
| 519 <tr valign="top"> | |
| 520 <td width="33%"> | |
| 521 <p><a href="reference.html">Previous</a> | |
| 522 </p> | |
| 523 </td> | |
| 524 | |
| 525 <td width="33%"> | |
| 526 <p class="gq-command-line-1"><a href="index.html">Contents</a> | |
| 527 </p> | |
| 528 </td> | |
| 529 | |
| 530 <td width="33%"> | |
| 531 <p class="gq-command-line-2"><a href="reference_keyboard_shortcuts.html">Next</a> | |
| 532 </p> | |
| 533 </td> | |
| 534 </tr> | |
| 535 </thead> | |
| 536 | |
| 537 <tbody> | |
| 538 <tr valign="top"> | |
| 539 <td width="33%"> | |
| 540 <p><br /> | |
| 541 </p> | |
| 542 </td> | |
| 543 | |
| 544 <td width="33%"> | |
| 545 <p class="gq-command-line-1"><br /> | |
| 546 </p> | |
| 547 </td> | |
| 548 | |
| 549 <td width="33%"> | |
| 550 <p class="gq-command-line-2">Geeqie User Manual</p> | |
| 551 </td> | |
| 552 </tr> | |
| 553 </tbody> | |
| 554 </table> | |
| 555 </div> | |
| 556 | |
| 557 <p class="gq-command-line-7"><br /> | |
| 558 </p> | |
| 559 </body> | |
| 560 </html> |
