view doc/docbook/GuideReferenceCommandLine.xml @ 1743:d8e9d0cc640e

Allow to switch to fullscreen mode using LIRC. Imagine the following situation (which happened to me several times) : you want to see photos from your bed or your sofa so you launch geeqie and go to the right directory, then you take your remote control and sit comfortably far from your keyboard and mouse. And when you want to begin to watch photos, you realize you forgot to enable full screen! You have to stand up and to go until your computer and come back, whereas you could have done it with your remote control. Patch by Bernard Massot.
author zas_
date Tue, 05 Jan 2010 17:49:50 +0000
parents b92fc3c922ac
children
line wrap: on
line source

<?xml version="1.0" encoding="utf-8"?>
<section id="GuideReferenceCommandLine">
    <title>
      Command Line Options
    </title>
    <para>
      These are the command line options available to Geeqie:
    </para>
    <informaltable><tgroup cols="3"><tbody><row><entry>
          Short Option
        </entry><entry>
          Long Option
        </entry><entry>
          Description
        </entry></row>
<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
        </entry><entry>
          --list
        </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>
          -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
        </entry><entry>
          Enable Debug output to console.
        </entry></row>
</tbody></tgroup></informaltable>
    <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>
    <informaltable><tgroup cols="3"><tbody><row><entry>
          Short Option
        </entry><entry>
          Long Option
        </entry><entry>
          Description
        </entry></row>
<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>
          -sr&amp;lt;folder&amp;gt;
        </entry><entry>
          --slideshow-recurse&amp;lt;folder&amp;gt;
        </entry><entry>
          Start recursive slide show for &amp;lt;folder&amp;gt; in main window.
        </entry></row>
<row><entry>
          -d&amp;lt;n&amp;gt;
        </entry><entry>
          --delay=&amp;lt;n&amp;gt;
        </entry><entry>
          Set slide show delay to &amp;lt;n&amp;gt; seconds, range is 0.1 to 3600
        </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>
          file:&amp;lt;filename&amp;gt;
        </entry><entry>
          Change main window to display &amp;lt;filename&amp;gt;
        </entry></row>
<row><entry/><entry>
          view:&amp;lt;filename&amp;gt;
        </entry><entry>
          Open new window containing &amp;lt;filename&amp;gt;
        </entry></row>
</tbody></tgroup></informaltable>
  <para/></section></section>