nsxiv/sxiv.1

401 lines
7.5 KiB
Groff
Raw Normal View History

2011-01-23 17:20:08 +00:00
.TH SXIV 1 sxiv\-VERSION
.SH NAME
sxiv \- Simple X Image Viewer
2011-01-23 17:20:08 +00:00
.SH SYNOPSIS
.B sxiv
.RB [ \-abcfhioqrtvZ ]
2013-11-14 16:06:20 +00:00
.RB [ \-G
.IR GAMMA ]
.RB [ \-g
.IR GEOMETRY ]
.RB [ \-N
.IR NAME ]
2013-11-14 16:06:20 +00:00
.RB [ \-n
.IR NUM ]
.RB [ \-S
.IR DELAY ]
.RB [ \-s
.IR MODE ]
2011-01-28 12:34:16 +00:00
.RB [ \-z
.IR ZOOM ]
.IR FILE ...
2011-01-23 17:20:08 +00:00
.SH DESCRIPTION
sxiv is a simple image viewer for X. It only has the most basic features
required for fast image viewing.
.P
2011-02-21 16:06:32 +00:00
sxiv has two modes of operation: image and thumbnail mode. The default is image
mode, in which only the current image is shown. In thumbnail mode a grid of
small previews is displayed, making it easy to choose an image to open.
.P
2011-01-23 17:20:08 +00:00
Please note, that the fullscreen mode requires an EWMH/NetWM compliant window
manager.
.SH OPTIONS
.TP
.B \-a
Play animations of multi-frame images.
.TP
2012-02-16 22:20:27 +00:00
.B \-b
Do not show info bar on bottom of window.
.TP
2011-04-11 20:27:20 +01:00
.B \-c
2011-04-08 16:07:25 +01:00
Remove all orphaned cache files from the thumbnail cache directory and exit.
.TP
2011-01-28 12:34:16 +00:00
.B \-f
Start in fullscreen mode.
.TP
2013-11-14 16:06:20 +00:00
.BI "\-G " GAMMA
Set image gamma to GAMMA (-32..32).
.TP
.BI "\-g " GEOMETRY
Set window position and size. See section GEOMETRY SPECIFICATIONS of X(7) for
more information on GEOMETRY argument.
.TP
2013-11-14 16:06:20 +00:00
.BI "\-N " NAME
Set the resource name of sxiv's X window to NAME.
.TP
2011-05-25 08:23:23 +01:00
.BI "\-n " NUM
Start at picture number NUM.
.TP
2011-01-23 17:20:08 +00:00
.B \-h
Print brief usage information to standard output and exit.
.TP
.B \-i
Read names of files to open from standard input.
.TP
.B \-o
Write list of all marked files to standard output when quitting. In combination
with
.B \-i
sxiv can be used as a visual filter/pipe.
.TP
.B \-q
Be quiet, disable warnings to standard error stream.
.TP
.B \-r
Search the given directories recursively for images to view.
.TP
.BI "\-S " DELAY
Start in slideshow mode. Set the delay between images to DELAY seconds.
.TP
.BI "\-s " MODE
Set scale mode according to MODE character. Supported modes are: [d]own,
[f]it, [w]idth, [h]eight.
2011-01-28 12:34:16 +00:00
.TP
2011-02-21 16:06:32 +00:00
.B \-t
Start in thumbnail mode.
.TP
2011-01-23 17:20:08 +00:00
.B \-v
Print version information to standard output and exit.
2011-01-27 15:15:43 +00:00
.TP
2011-01-28 12:34:16 +00:00
.B \-Z
The same as `\-z 100'.
2011-01-28 12:34:16 +00:00
.TP
.BI "\-z " ZOOM
Set zoom level to ZOOM percent.
2011-10-16 19:33:23 +01:00
.SH GENERAL KEYBOARD COMMANDS
The following keyboard commands are available in both image and thumbnail mode:
2011-01-23 17:20:08 +00:00
.TP
2011-10-16 19:33:23 +01:00
.BR 0 \- 9
Prefix the next command with a number (denoted via
.IR count ).
2011-01-23 17:20:08 +00:00
.TP
.B q
Quit sxiv.
2011-01-23 17:20:08 +00:00
.TP
.B Return
Switch to thumbnail mode / open selected image in image mode.
2011-10-16 19:33:23 +01:00
.TP
.B f
Toggle fullscreen mode.
.TP
.B b
Toggle visibility of info bar on bottom of window.
.TP
2014-01-31 12:21:23 +00:00
.B Ctrl-x
Send the next key to the external key-handler. See section EXTERNAL KEY HANDLER
for more information.
2014-01-31 12:21:23 +00:00
.TP
.B g
Go to the first image.
.TP
.B G
Go to the last image, or image number
.IR count .
.TP
2011-10-16 19:33:23 +01:00
.B r
Reload image.
.TP
.B D
Remove current image from file list and go to next image.
.TP
.BR Ctrl-h ", " Ctrl-Left
Scroll left one screen width.
.TP
.BR Ctrl-j ", " Ctrl-Down
Scroll down one screen height.
.TP
.BR Ctrl-k ", " Ctrl-Up
Scroll up one screen height.
.TP
.BR Ctrl-l ", " Ctrl-Right
Scroll right one screen width.
.TP
.B m
Mark/unmark the current image.
.TP
2013-11-14 13:45:27 +00:00
.B M
Reverse all image marks.
2013-11-14 13:45:27 +00:00
.TP
.B Ctrl-m
Remove all image marks.
.TP
.B N
Go
.I count
marked images forward.
.TP
.B P
Go
.I count
marked images backward.
2011-10-16 19:33:23 +01:00
.SH THUMBNAIL KEYBOARD COMMANDS
The following keyboard commands are only available in thumbnail mode:
.TP
.BR h ", " Left
Move selection left
.I count
times.
2011-10-16 19:33:23 +01:00
.TP
.BR j ", " Down
Move selection down
.I count
times.
2011-10-16 19:33:23 +01:00
.TP
.BR k ", " Up
Move selection up
.I count
times.
2011-10-16 19:33:23 +01:00
.TP
.BR l ", " Right
Move selection right
.I count
times.
.TP
.B R
Reload all thumbnails.
2011-10-16 19:33:23 +01:00
.SH IMAGE KEYBOARD COMMANDS
The following keyboard commands are only available in image mode:
.SS Navigate image list
.TP
.BR n ", " Space
Go
.I count
images forward.
.TP
.BR p ", " Backspace
Go
.I count
images backward.
2011-01-23 17:20:08 +00:00
.TP
.B [
2011-10-16 19:33:23 +01:00
Go
.I count
* 10 images backward.
2011-01-23 17:20:08 +00:00
.TP
.B ]
2011-10-16 19:33:23 +01:00
Go
.I count
* 10 images forward.
2011-09-02 17:54:52 +01:00
.SS Handle multi-frame images
.TP
.B Ctrl-n
Go to the next frame of a multi-frame image.
.TP
.B Ctrl-p
Go to the previous frame of a multi-frame image.
.TP
.B Ctrl-Space
Play/stop animations of multi-frame images.
2011-10-16 19:33:23 +01:00
.SS Panning
2011-01-23 17:20:08 +00:00
.TP
2011-01-28 12:42:39 +00:00
.BR h ", " Left
Scroll image 1/5 of window width or
2011-10-16 19:33:23 +01:00
.I count
pixel left.
2011-01-23 17:20:08 +00:00
.TP
2011-01-28 12:42:39 +00:00
.BR j ", " Down
Scroll image 1/5 of window height or
2011-10-16 19:33:23 +01:00
.I count
pixel down.
2011-01-23 17:20:08 +00:00
.TP
2011-01-28 12:42:39 +00:00
.BR k ", " Up
Scroll image 1/5 of window height or
2011-10-16 19:33:23 +01:00
.I count
pixel up.
2011-01-23 17:20:08 +00:00
.TP
2011-01-28 12:42:39 +00:00
.BR l ", " Right
Scroll image 1/5 of window width or
2011-10-16 19:33:23 +01:00
.I count
pixel right.
2011-05-16 14:58:19 +01:00
.TP
.B H
Scroll to left image edge.
2011-05-16 14:58:19 +01:00
.TP
.B J
Scroll to bottom image edge.
2011-05-16 14:58:19 +01:00
.TP
.B K
Scroll to top image edge.
2011-05-16 14:58:19 +01:00
.TP
.B L
Scroll to right image edge.
.SS Zooming
.TP
.BR +
Zoom in.
.TP
.B \-
Zoom out.
.TP
.B =
Set zoom level to 100%, or
.IR count %.
.TP
.B w
Set zoom level to 100%, but fit large images into window.
.TP
.B W
Fit image to window.
.TP
.B e
Fit image to window width.
.TP
.B E
Fit image to window height.
2011-01-26 13:42:10 +00:00
.SS Rotation
.TP
.B <
Rotate image counter-clockwise by 90 degrees.
.TP
.B >
Rotate image clockwise by 90 degrees.
2013-06-23 15:02:26 +01:00
.TP
.B ?
Rotate image by 180 degrees.
.SS Flipping
.TP
.B |
Flip image horizontally.
.TP
.B _
Flip image vertically.
.SS Gamma Correction
.TP
.B {
Decrease gamma.
.TP
.B }
Increase gamma.
.TP
2014-01-31 12:21:23 +00:00
.B Ctrl-g
Reset gamma.
.SS Miscellaneous
.TP
2014-02-04 21:38:24 +00:00
.B a
Toggle anti-aliasing.
.TP
.B A
Toggle visibility of alpha-channel, i.e. image transparency.
.TP
.B s
Toggle slideshow mode and/or set the delay between images to
.I count
seconds.
2011-01-26 17:38:54 +00:00
.SH MOUSE COMMANDS
2011-10-16 19:33:23 +01:00
The following mouse mappings are available in image mode:
2011-01-26 17:38:54 +00:00
.SS Navigate image list
.TP
.B Button1
2011-10-16 19:33:23 +01:00
Go to next image.
.TP
2011-01-26 17:38:54 +00:00
.B Button3
Go to the previous image.
.SS Panning
2011-02-21 16:06:32 +00:00
.TP
.B Button2
Drag the image with the mouse while keeping this button pressed down.
2011-01-26 17:38:54 +00:00
.TP
.B ScrollUp
Scroll image up.
2011-01-26 17:38:54 +00:00
.TP
.B ScrollDown
Scroll image down.
2011-01-26 17:38:54 +00:00
.TP
.B Shift+ScrollUp
Scroll image left.
2011-01-26 17:38:54 +00:00
.TP
.B Shift+ScrollDown
Scroll image right.
.SS Zooming
.TP
.B Ctrl+ScrollUp
Zoom in.
.TP
.B Ctrl+ScrollDown
Zoom out.
.SH STATUS BAR
The information displayed on the left side of the status bar can be replaced
with the output of a user-provided script, which is called by sxiv whenever an
image gets loaded. The path of this script is
.I $XDG_CONFIG_HOME/sxiv/exec/image-info
and the first argument to this script is the path of the loaded image.
.P
There is also an example script installed together with sxiv as
.IR PREFIX/share/sxiv/exec/image-info .
.SH EXTERNAL KEY HANDLER
Additional external keyboard commands can be defined using a handler program
located in
.IR $XDG_CONFIG_HOME/sxiv/exec/key-handler .
The handler is invoked by pressing
.BR Ctrl-x .
The next key combo is then passed as its first argument, followed by the paths
of all marked images or the path of the current image, if no image is marked.
sxiv(1) will block until the handler terminates. It then checks which images
have been modified and reloads them.
The key combo argument has the following form: "[C-][M-][S-]KEY",
where C/M/S indicate Ctrl/Meta(Alt)/Shift modifier states and KEY is the X
keysym as listed in /usr/include/X11/keysymdef.h without the "XK_" prefix.
There is also an example script installed together with sxiv as
.IR PREFIX/share/sxiv/exec/key-handler .
2011-04-08 16:07:25 +01:00
.SH THUMBNAIL CACHING
sxiv stores all thumbnails under
.IR $XDG_CACHE_HOME/sxiv/ .
2011-04-08 16:07:25 +01:00
.P
Use the command line option
2011-04-11 20:27:20 +01:00
.I \-c
to remove all orphaned cache files. Additionally, run the following command
afterwards inside the cache directory to remove empty subdirectories:
2011-04-08 16:07:25 +01:00
.P
.RS
find . \-depth \-type d \-empty ! \-name '.' \-exec rmdir {} \\;
.RE
2012-05-14 20:43:18 +01:00
.SH AUTHOR
2011-01-27 09:18:23 +00:00
.EX
Bert Muennich <ber.t at posteo.de>
2011-01-27 09:18:23 +00:00
.EE
2012-05-14 20:43:18 +01:00
.SH CONTRIBUTORS
.EX
2012-05-16 10:18:55 +01:00
Bastien Dejean <nihilhill at gmail.com>
2012-05-14 20:43:18 +01:00
Dave Reisner <d at falconindy.com>
Fung SzeTat <sthorde at gmail.com>
.EE
2011-01-23 17:35:01 +00:00
.SH HOMEPAGE
.EX
2012-02-21 07:19:12 +00:00
https://github.com/muennich/sxiv
.EE
2011-01-23 17:20:08 +00:00
.SH SEE ALSO
2011-01-26 17:38:54 +00:00
.BR feh (1),
.BR qiv (1)