view doc/reference_command_line.html @ 1678:c029adbabb70

do not try to reload deleted image deleted image is replaced by the next one from the list, keep the old image displayed until the new one is set
author nadvornik
date Fri, 24 Jul 2009 12:56:54 +0000
parents c564ab6c11fc
children
line wrap: on
line source

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />

  <title>Command Line Options - Geeqie User Manual</title>
  <link rel="stylesheet" type="text/css" href="style.css" media="all" />
  <link rel="stylesheet" type="text/css" href="style_screen.css" media="screen" />
  <link rel="stylesheet" type="text/css" href="style_print.css" media="print" />
</head>

<body lang="en-US" dir="ltr">
  <div class="navtop">
    <table width="100%" border="0" cellpadding="4" cellspacing="0">
      <col id="navtop_col1" width="33%"></col>
      <col id="navtop_col2" width="33%"></col>
      <col id="navtop_col3" width="33%"></col>

        <tr>
          <th>
            <p class="previous"><a href="reference.html">Previous</a>
            </p>
          </th>

          <th>
            <p class="navtop_title">Command Line Options &ndash; Reference</p>
          </th>

          <th>
            <p class="next"><a href="reference_keyboard_shortcuts.html">Next</a>
            </p>
          </th>
        </tr>
    </table>
  </div>

  <hr />

  <h1>Command Line Options</h1>

  <p>These are the command line options available to Geeqie:</p>

  <div class="command_line_options">
    <table width="80%" border="1" cellpadding="4" cellspacing="0">
    <col id="command_line_options_col1" width="20%"></col>
    <col id="command_line_options_col2" width="30%"></col>
    <col id="command_line_options_col3" width="50%"></col>

    <thead>
      <tr>
        <td>
          <p>Short Option</p>
        </td>

        <td>
          <p>Long Option</p>
        </td>

        <td>
          <p>Description</p>
        </td>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td>
          <p>+t</p>
        </td>

        <td>
          <p>--with-tools</p>
        </td>

        <td>
          <p>Show file list, menu, and statusbar.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p>-t</p>
        </td>

        <td>
          <p>--without-tools</p>
        </td>

        <td>
          <p>Hide file list, menu, and statusbar. Window contains image only.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p>-f</p>
        </td>

        <td>
          <p>--fullscreen</p>
        </td>

        <td>
          <p>Start up in fullscreen.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p>-s</p>
        </td>

        <td>
          <p>--slideshow</p>
        </td>

        <td>
          <p>Start up in slideshow mode.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p>-l</p>
        </td>

        <td>
          <p>--list</p>
        </td>

        <td>
          <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>
        </td>
      </tr>

      <tr>
        <td>
          <p>-r</p>
        </td>

        <td>
          <p>--remote</p>
        </td>

        <td>
          <p>Send command line options to existing Geeqie process.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p>-rh</p>
        </td>

        <td>
          <p>--remote-help</p>
        </td>

        <td>
          <p>List command line options available to --remote.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p>-h</p>
        </td>

        <td>
          <p>--help</p>
        </td>

        <td>
          <p>Display brief command line option list.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p>-v</p>
        </td>

        <td>
          <p>--version</p>
        </td>

        <td>
          <p>Display version of Geeqie.</p>
        </td>
      </tr>

      <tr>
        <td>&nbsp;</td>

        <td>
          <p>--debug</p>
        </td>

        <td>
          <p>Enable Debug output to console.</p>
        </td>
      </tr>
    </tbody>
    </table>
  </div>

  <h2>Remote commands</h2>

  <p>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>

  <div class="remote_commands">
    <table width="80%" border="1" cellpadding="4" cellspacing="0">
    <col id="remote_commands_col1" width="20%"></col>
    <col id="remote_commands_col2" width="30%"></col>
    <col id="remote_commands_col3" width="50%"></col>

    <thead>
      <tr>
        <td>
          <p>Short Option</p>
        </td>

        <td>
          <p>Long Option</p>
        </td>

        <td>
          <p>Description</p>
        </td>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>
          <p>-n</p>
        </td>

        <td>
          <p>--next</p>
        </td>

        <td>
          <p>Change main window to display next image.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p>-b</p>
        </td>

        <td>
          <p>--back</p>
        </td>

        <td>
          <p>Change main window to display previous image.</p>
        </td>
      </tr>

      <tr>
        <td>&nbsp;</td>

        <td>
          <p>--first</p>
        </td>

        <td>
          <p>Change main window to display first image.</p>
        </td>
      </tr>

      <tr>
        <td>&nbsp;</td>

        <td>
          <p>--last</p>
        </td>

        <td>
          <p>Change main window to display last image.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p>-f</p>
        </td>

        <td>
          <p>--fullscreen</p>
        </td>

        <td>
          <p>Toggle full screen mode of the main window.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p>-fs</p>
        </td>

        <td>
          <p>--fullscreen-start</p>
        </td>

        <td>
          <p>Start full screen mode for main window.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p>-fS</p>
        </td>

        <td>
          <p>--fullscreen-stop</p>
        </td>

        <td>
          <p>Stop full screen mode for main window.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p>-s</p>
        </td>

        <td>
          <p>--slideshow</p>
        </td>

        <td>
          <p>Toggle slide show for main window.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p>-ss</p>
        </td>

        <td>
          <p>--slideshow-start</p>
        </td>

        <td>
          <p>Start slide show for main window.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p>-sS</p>
        </td>

        <td>
          <p>--slideshow-stop</p>
        </td>

        <td>
          <p>Stop slide show for main window.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p>-sr&lt;folder&gt;</p>
        </td>

        <td>
          <p>--slideshow-recurse&lt;folder&gt;</p>
        </td>

        <td>
          <p>Start recursive slide show for &lt;folder&gt; in main window.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p>-d&lt;n&gt;</p>
        </td>

        <td>
          <p>--delay=&lt;n&gt;</p>
        </td>

        <td>
          <p>Set slide show delay to &lt;n&gt; seconds, range is 0.1 to 3600</p>
        </td>
      </tr>

      <tr>
        <td>
          <p>+t</p>
        </td>

        <td>
          <p>--tools-show</p>
        </td>

        <td>
          <p>Show tools for main window.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p>-t</p>
        </td>

        <td>
          <p>--tools-hide</p>
        </td>

        <td>
          <p>Hide tools for main window.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p>-q</p>
        </td>

        <td>
          <p>--quit</p>
        </td>

        <td>
          <p>Quit Geeqie.</p>
        </td>
      </tr>

      <tr>
        <td>&nbsp;</td>

        <td>
          <p>file:&lt;filename&gt;</p>
        </td>

        <td>
          <p>Change main window to display &lt;filename&gt;</p>
        </td>
      </tr>

      <tr>
        <td>&nbsp;</td>

        <td>
          <p>view:&lt;filename&gt;</p>
        </td>

        <td>
          <p>Open new window containing &lt;filename&gt;</p>
        </td>
      </tr>
      </tbody>
    </table>
  </div>

  <hr id="bottomseparator" />

  <div class="navbottom">
    <table width="100%" border="0" cellpadding="4" cellspacing="0">
      <col id="navbottom_col1" width="33%"></col>
      <col id="navbottom_col2" width="33%"></col>
      <col id="navbottom_col3" width="33%"></col>

        <tr>
          <th>
            <p class="previous"><a href="reference.html">Previous</a>
            </p>
          </th>

          <th>
            <p class="navbottom_title"><a href="index.html">Contents</a>
            </p>
          </th>

          <th>
            <p class="next"><a href="reference_keyboard_shortcuts.html">Next</a>
            </p>
          </th>
        </tr>

    </table>
  </div>

  <div class="footer">Geeqie User Manual</div>
  <div class="bottomspacer">&nbsp;</div>
</body>
</html>