view doc/reference_command_line.html @ 1100:b7af4e73d141

Simplify bottom navigation table.
author zas_
date Sat, 08 Nov 2008 17:38:36 +0000
parents b2d120fa5ee7
children 83cf0c9e300f
line wrap: on
line source

<?xml version="1.0" encoding="iso-8859-1"?>

<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" />
</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>

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

          <td>
            <p class="gq-command-line-1">Command Line Options &ndash; Reference</p>
          </td>

          <td>
            <p class="gq-command-line-2"><a href="reference_keyboard_shortcuts.html">Next</a>
            </p>
          </td>
        </tr>
      </thead>
    </table>
  </div>

  <hr />

  <h1>Command Line Options</h1>

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

  <div class="gq-command-line-4">
    <table width="80%" border="1" cellpadding="4" cellspacing="0">

      <tr valign="top">
        <td width="20%">
          <p class="gq-command-line-5">Short Option</p>
        </td>

        <td width="30%">
          <p class="gq-command-line-5">Long Option</p>
        </td>

        <td width="50%">
          <p class="gq-command-line-5">Description</p>
        </td>
      </tr>

      <tr valign="top">
        <td width="20%">
          <p>+t</p>
        </td>

        <td width="30%">
          <p>--with-tools</p>
        </td>

        <td width="50%">
          <p>Show file list, menu, and statusbar.</p>
        </td>
      </tr>

      <tr valign="top">
        <td width="20%">
          <p>-t</p>
        </td>

        <td width="30%">
          <p>--without-tools</p>
        </td>

        <td width="50%">
          <p>Hide file list, menu, and statusbar. Window contains image only.</p>
        </td>
      </tr>

      <tr valign="top">
        <td width="20%">
          <p>-f</p>
        </td>

        <td width="30%">
          <p>--fullscreen</p>
        </td>

        <td width="50%">
          <p>Start up in fullscreen.</p>
        </td>
      </tr>

      <tr valign="top">
        <td width="20%">
          <p>-s</p>
        </td>

        <td width="30%">
          <p>--slideshow</p>
        </td>

        <td width="50%">
          <p>Start up in slideshow mode.</p>
        </td>
      </tr>

      <tr valign="top">
        <td width="20%">
          <p>-l</p>
        </td>

        <td width="30%">
          <p>--list</p>
        </td>

        <td width="50%">
          <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 valign="top">
        <td width="20%">
          <p>-r</p>
        </td>

        <td width="30%">
          <p>--remote</p>
        </td>

        <td width="50%">
          <p>Send command line options to existing Geeqie process.</p>
        </td>
      </tr>

      <tr valign="top">
        <td width="20%">
          <p>-rh</p>
        </td>

        <td width="30%">
          <p>--remote-help</p>
        </td>

        <td width="50%">
          <p>List command line options available to --remote.</p>
        </td>
      </tr>

      <tr valign="top">
        <td width="20%">
          <p>-h</p>
        </td>

        <td width="30%">
          <p>--help</p>
        </td>

        <td width="50%">
          <p>Display brief command line option list.</p>
        </td>
      </tr>

      <tr valign="top">
        <td width="20%">
          <p>-v</p>
        </td>

        <td width="30%">
          <p>--version</p>
        </td>

        <td width="50%">
          <p>Display version of Geeqie.</p>
        </td>
      </tr>

      <tr valign="top">
        <td width="20%">
          <p><br />
          </p>
        </td>

        <td width="30%">
          <p>--debug</p>
        </td>

        <td width="50%">
          <p>Enable Debug output to console.</p>
        </td>
      </tr>
    </table>
  </div>

  <p><br />
  <br />
  </p>

  <p><br />
  <br />
  </p>

  <h2>Remote commands</h2>

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

  <div class="gq-command-line-4">
    <table width="80%" border="1" cellpadding="4" cellspacing="0">

      <tr valign="top">
        <td width="20%">
          <p class="gq-command-line-5">Short Option</p>
        </td>

        <td width="30%">
          <p class="gq-command-line-5">Long Option</p>
        </td>

        <td width="50%">
          <p class="gq-command-line-5">Description</p>
        </td>
      </tr>

      <tr valign="top">
        <td width="20%">
          <p>-n</p>
        </td>

        <td width="30%">
          <p>--next</p>
        </td>

        <td width="50%">
          <p>Change main window to display next image.</p>
        </td>
      </tr>

      <tr valign="top">
        <td width="20%">
          <p>-b</p>
        </td>

        <td width="30%">
          <p>--back</p>
        </td>

        <td width="50%">
          <p>Change main window to display previous image.</p>
        </td>
      </tr>

      <tr valign="top">
        <td width="20%">
          <p><br />
          </p>
        </td>

        <td width="30%">
          <p>--first</p>
        </td>

        <td width="50%">
          <p>Change main window to display first image.</p>
        </td>
      </tr>

      <tr valign="top">
        <td width="20%">
          <p><br />
          </p>
        </td>

        <td width="30%">
          <p>--last</p>
        </td>

        <td width="50%">
          <p>Change main window to display last image.</p>
        </td>
      </tr>

      <tr valign="top">
        <td width="20%">
          <p>-f</p>
        </td>

        <td width="30%">
          <p>--fullscreen</p>
        </td>

        <td width="50%">
          <p>Toggle full screen mode of the main window.</p>
        </td>
      </tr>

      <tr valign="top">
        <td width="20%">
          <p>-fs</p>
        </td>

        <td width="30%">
          <p>--fullscreen-start</p>
        </td>

        <td width="50%">
          <p>Start full screen mode for main window.</p>
        </td>
      </tr>

      <tr valign="top">
        <td width="20%">
          <p>-fS</p>
        </td>

        <td width="30%">
          <p>--fullscreen-stop</p>
        </td>

        <td width="50%">
          <p>Stop full screen mode for main window.</p>
        </td>
      </tr>

      <tr valign="top">
        <td width="20%">
          <p>-s</p>
        </td>

        <td width="30%">
          <p>--slideshow</p>
        </td>

        <td width="50%">
          <p>Toggle slide show for main window.</p>
        </td>
      </tr>

      <tr valign="top">
        <td width="20%">
          <p>-ss</p>
        </td>

        <td width="30%">
          <p>--slideshow-start</p>
        </td>

        <td width="50%">
          <p>Start slide show for main window.</p>
        </td>
      </tr>

      <tr valign="top">
        <td width="20%">
          <p>-sS</p>
        </td>

        <td width="30%">
          <p>--slideshow-stop</p>
        </td>

        <td width="50%">
          <p>Stop slide show for main window.</p>
        </td>
      </tr>

      <tr valign="top">
        <td width="20%">
          <p>-sr&lt;folder&gt;</p>
        </td>

        <td width="30%">
          <p>--slideshow-recurse&lt;folder&gt;</p>
        </td>

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

      <tr valign="top">
        <td width="20%">
          <p>-d&lt;n&gt;</p>
        </td>

        <td width="30%">
          <p>--delay=&lt;n&gt;</p>
        </td>

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

      <tr valign="top">
        <td width="20%">
          <p>+t</p>
        </td>

        <td width="30%">
          <p>--tools-show</p>
        </td>

        <td width="50%">
          <p>Show tools for main window.</p>
        </td>
      </tr>

      <tr valign="top">
        <td width="20%">
          <p>-t</p>
        </td>

        <td width="30%">
          <p>--tools-hide</p>
        </td>

        <td width="50%">
          <p>Hide tools for main window.</p>
        </td>
      </tr>

      <tr valign="top">
        <td width="20%">
          <p>-q</p>
        </td>

        <td width="30%">
          <p>--quit</p>
        </td>

        <td width="50%">
          <p>Quit Geeqie.</p>
        </td>
      </tr>

      <tr valign="top">
        <td width="20%">
          <p><br />
          </p>
        </td>

        <td width="30%">
          <p>file:&lt;filename&gt;</p>
        </td>

        <td width="50%">
          <p>Change main window to display &lt;filename&gt;</p>
        </td>
      </tr>

      <tr valign="top">
        <td width="20%">
          <p><br />
          </p>
        </td>

        <td width="30%">
          <p>view:&lt;filename&gt;</p>
        </td>

        <td width="50%">
          <p>Open new window containing &lt;filename&gt;</p>
        </td>
      </tr>
    </table>
  </div>

  <p class="gq-command-line-7"><br />
  </p>

  <p class="gq-command-line-7"><br />
  </p>

  <p><br />
  <br />
  </p>

  <p><br />
  <br />
  </p>

  <hr />

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

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

          <td>
            <p class="gq-command-line-1"><a href="index.html">Contents</a>
            </p>
          </td>

          <td>
            <p class="gq-command-line-2"><a href="reference_keyboard_shortcuts.html">Next</a>
            </p>
          </td>
        </tr>
      </thead>

    </table>
  </div>

  <div class="bottomspacer">&nbsp;</div>
</body>
</html>