You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nsxiv/sxiv.1

194 lines
3.6 KiB
Groff

14 years ago
.TH SXIV 1 sxiv\-VERSION
.SH NAME
sxiv \- Simple (or small or suckless) X Image Viewer
.SH SYNOPSIS
.B sxiv
14 years ago
.RB [ \-dFfhpqrstvZ ]
.RB [ \-g
.IR GEOMETRY ]
.RB [ \-z
.IR ZOOM ]
.IR FILE ...
14 years ago
.SH DESCRIPTION
sxiv is a simple image viewer for X. It only has the most basic features
required for fast image viewing.
.P
14 years ago
sxiv opens all named
.IR FILE s,
or reads the names of the files to open from standard input, if only a single
hyphen\-minus
.RB ( \- )
is given.
.P
14 years ago
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
14 years ago
Please note, that the fullscreen mode requires an EWMH/NetWM compliant window
manager.
.SH OPTIONS
.TP
.B \-d
Scale all images to 100%, but fit large images into window.
.TP
14 years ago
.B \-F
Make the window fixed/floating by setting the minimum and maximum width/height
size-hints to the window width/height.
.TP
.B \-f
Start in fullscreen mode.
.TP
.BI "\-g " GEOMETRY
Set window position and size. See section GEOMETRY SPECIFICATIONS of X(7) for
more information on
.IR GEOMETRY .
.TP
14 years ago
.B \-h
Print brief usage information to standard output and exit.
.TP
.B \-p
Pixelize images, i.e. turn off anti-aliasing.
.TP
.B \-q
Be quiet, disable warnings to standard error stream.
.TP
.B \-r
Search the given directories recursively for images to view.
.TP
.B \-s
Scale all images to fit into window.
.TP
14 years ago
.B \-t
Start in thumbnail mode.
.TP
14 years ago
.B \-v
Print version information to standard output and exit.
.TP
.B \-Z
The same as `-z 100'.
.TP
.BI "\-z " ZOOM
Scale all images to the current zoom level, use a zoom level of
.I ZOOM
at startup.
14 years ago
.SH KEYBOARD COMMANDS
.SS General
.TP
.B q
Quit sxiv.
.TP
.B Escape
Quit sxiv and return an exit value of 2.
14 years ago
.TP
.B Return
Switch to thumbnail mode; in thumbnail mode: open selected image.
.SS Navigate image list
14 years ago
.TP
.BR n ", " Space
14 years ago
Go to the next image.
.TP
.BR p ", " Backspace
14 years ago
Go to the previous image.
.TP
.B g
Go to the first image.
.TP
.B G
Go to the last image.
.TP
.B [
Go 10 images backward.
.TP
.B ]
Go 10 images forward.
.SS Zooming
.TP
.BR + ", " =
Zoom in.
.TP
.B \-
Zoom out.
.TP
.B 0
Set zoom level to 100%.
.TP
.B w
Set zoom level to fit image into window.
14 years ago
.SS Panning/Moving
14 years ago
.TP
.BR h ", " Left
14 years ago
Pan image left; in thumbnail mode: move selection left.
14 years ago
.TP
.BR j ", " Down
14 years ago
Pan image down; in thumbnail mode: move selection down.
14 years ago
.TP
.BR k ", " Up
14 years ago
Pan image up; in thumbnail mode: move selection up.
14 years ago
.TP
.BR l ", " Right
14 years ago
Pan image right; in thumbnail mode: move selection right.
.SS Rotation
.TP
.B <
Rotate image counter-clockwise by 90 degrees.
.TP
.B >
Rotate image clockwise by 90 degrees.
14 years ago
.SS Control window
.TP
.B W
Resize window to fit image.
.TP
14 years ago
.B f
Toggle fullscreen mode.
.SS Miscellaneous
.TP
.B a
Toggle anti-aliasing.
.TP
.B r
Reload image.
.SH MOUSE COMMANDS
.SS Navigate image list
.TP
.B Button1
14 years ago
Go to the next image; in thumbnail mode: select/open image.
.TP
.B Button3
Go to the previous image.
.SS Zooming
.TP
.B Ctrl+ScrollUp
Zoom in.
.TP
.B Ctrl+ScrollDown
Zoom out.
14 years ago
.SS Panning/Moving
.TP
.B Button2
Drag the image with the mouse while keeping this button pressed down.
.TP
.B ScrollUp
14 years ago
Pan image up; in thumbnail mode: Scroll one row up.
.TP
.B ScrollDown
14 years ago
Pan image down; in thumbnail mode: Scroll one row down.
.TP
.B Shift+ScrollUp
14 years ago
Pan image left.
.TP
.B Shift+ScrollDown
14 years ago
Pan image right.
14 years ago
.SH AUTHORS
.EX
14 years ago
Bert Muennich <ber.t at gmx.com>
Dave Reisner <d at falconindy.com>
Fung SzeTat <sthorde at gmail.com>
.EE
.SH HOMEPAGE
14 years ago
.TP
http://github.com/muennich/sxiv
.SH SEE ALSO
.BR feh (1),
.BR qiv (1)