Mercurial > geeqie
view doc/docbook/GuideReferenceCommandLine.xml @ 1795:181a2e03062b
dropped obsolete sections, gqview changelog moved to wiki
author | nadvornik |
---|---|
date | Sun, 07 Feb 2010 12:44:55 +0000 |
parents | 2ae81598b254 |
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&lt;folder&gt; </entry><entry> --slideshow-recurse&lt;folder&gt; </entry><entry> Start recursive slide show for &lt;folder&gt; in main window. </entry></row> <row><entry> -d&lt;n&gt; </entry><entry> --delay=&lt;n&gt; </entry><entry> Set slide show delay to &lt;n&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:&lt;filename&gt; </entry><entry> Change main window to display &lt;filename&gt; </entry></row> <row><entry/><entry> view:&lt;filename&gt; </entry><entry> Open new window containing &lt;filename&gt; </entry></row> </tbody></tgroup></informaltable> <para/></section></section>