2011-01-23 17:20:08 +00:00
|
|
|
.TH SXIV 1 sxiv\-VERSION
|
|
|
|
.SH NAME
|
|
|
|
sxiv \- Simple (or small or suckless) X Image Viewer
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B sxiv
|
2011-01-30 15:39:16 +00:00
|
|
|
.RB [ \-dfhpsvWZ ]
|
2011-01-28 12:34:16 +00:00
|
|
|
.RB [ \-w
|
2011-01-27 15:15:43 +00:00
|
|
|
.IB WIDTH x HEIGHT
|
|
|
|
]
|
2011-01-28 12:34:16 +00:00
|
|
|
.RB [ \-z
|
|
|
|
.IR ZOOM ]
|
2011-01-23 18:27:16 +00:00
|
|
|
.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
|
|
|
|
Please note, that the fullscreen mode requires an EWMH/NetWM compliant window
|
|
|
|
manager.
|
|
|
|
.SH OPTIONS
|
|
|
|
.TP
|
2011-01-28 12:34:16 +00:00
|
|
|
.B \-d
|
|
|
|
Scale all images to 100%, but fit large images into window.
|
|
|
|
.TP
|
|
|
|
.B \-f
|
|
|
|
Start in fullscreen mode.
|
|
|
|
.TP
|
2011-01-23 17:20:08 +00:00
|
|
|
.B \-h
|
|
|
|
Print brief usage information to standard output and exit.
|
|
|
|
.TP
|
2011-01-28 12:34:16 +00:00
|
|
|
.B \-p
|
|
|
|
Pixelize images, i.e. turn off anti-aliasing.
|
|
|
|
.TP
|
|
|
|
.B \-s
|
|
|
|
Scale all images to fit into window.
|
|
|
|
.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-30 15:39:16 +00:00
|
|
|
.B \-W
|
|
|
|
Enable printing of warnings to standard error stream.
|
|
|
|
.TP
|
2011-01-27 15:15:43 +00:00
|
|
|
.BI "\-w " WIDTH x HEIGHT
|
|
|
|
Set window width to
|
|
|
|
.I WIDTH
|
|
|
|
and height to
|
|
|
|
.IR HEIGHT .
|
|
|
|
If
|
|
|
|
.I HEIGHT
|
|
|
|
is omitted, height is also set to
|
|
|
|
.IR WIDTH .
|
2011-01-28 12:34:16 +00:00
|
|
|
.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.
|
2011-01-23 17:20:08 +00:00
|
|
|
.SH KEYBOARD COMMANDS
|
|
|
|
.SS General
|
|
|
|
.TP
|
|
|
|
.B q
|
|
|
|
Quit sxiv.
|
|
|
|
.TP
|
|
|
|
.B Escape
|
|
|
|
Quit sxiv and return an exit value of 2.
|
2011-01-26 17:38:54 +00:00
|
|
|
.SS Navigate image list
|
2011-01-23 17:20:08 +00:00
|
|
|
.TP
|
2011-01-28 12:42:39 +00:00
|
|
|
.BR n ", " Space
|
2011-01-23 17:20:08 +00:00
|
|
|
Go to the next image.
|
|
|
|
.TP
|
2011-01-28 12:42:39 +00:00
|
|
|
.BR p ", " Backspace
|
2011-01-23 17:20:08 +00:00
|
|
|
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.
|
|
|
|
.SS Panning
|
|
|
|
.TP
|
2011-01-28 12:42:39 +00:00
|
|
|
.BR h ", " Left
|
2011-01-23 17:20:08 +00:00
|
|
|
Pan left.
|
|
|
|
.TP
|
2011-01-28 12:42:39 +00:00
|
|
|
.BR j ", " Down
|
2011-01-23 17:20:08 +00:00
|
|
|
Pan down.
|
|
|
|
.TP
|
2011-01-28 12:42:39 +00:00
|
|
|
.BR k ", " Up
|
2011-01-23 17:20:08 +00:00
|
|
|
Pan up.
|
|
|
|
.TP
|
2011-01-28 12:42:39 +00:00
|
|
|
.BR l ", " Right
|
2011-01-23 17:20:08 +00:00
|
|
|
Pan right.
|
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.
|
2011-01-23 17:20:08 +00:00
|
|
|
.SS Control window
|
|
|
|
.TP
|
|
|
|
.B f
|
|
|
|
Toggle fullscreen mode.
|
2011-01-26 13:59:32 +00:00
|
|
|
.SS Miscellaneous
|
|
|
|
.TP
|
|
|
|
.B a
|
|
|
|
Toggle anti-aliasing.
|
2011-01-26 17:38:54 +00:00
|
|
|
.SH MOUSE COMMANDS
|
|
|
|
.SS Navigate image list
|
|
|
|
.TP
|
|
|
|
.B Button1
|
|
|
|
Go to the next image.
|
|
|
|
.TP
|
|
|
|
.B Button3
|
|
|
|
Go to the previous image.
|
|
|
|
.SS Zooming
|
|
|
|
.TP
|
|
|
|
.B Ctrl+ScrollUp
|
|
|
|
Zoom in.
|
|
|
|
.TP
|
|
|
|
.B Ctrl+ScrollDown
|
|
|
|
Zoom out.
|
|
|
|
.SS Panning
|
|
|
|
.TP
|
|
|
|
.B ScrollUp
|
|
|
|
Pan up.
|
|
|
|
.TP
|
|
|
|
.B ScrollDown
|
|
|
|
Pan down.
|
|
|
|
.TP
|
|
|
|
.B Shift+ScrollUp
|
|
|
|
Pan left.
|
|
|
|
.TP
|
|
|
|
.B Shift+ScrollDown
|
|
|
|
Pan right.
|
2011-01-23 17:20:08 +00:00
|
|
|
.SH AUTHORS
|
2011-01-27 09:18:23 +00:00
|
|
|
.EX
|
2011-01-23 17:20:08 +00:00
|
|
|
Bert Muennich <ber.t at gmx.com>
|
2011-01-27 09:18:23 +00:00
|
|
|
Dave Reisner <d at falconindy.com>
|
|
|
|
.EE
|
2011-01-23 17:35:01 +00:00
|
|
|
.SH HOMEPAGE
|
2011-01-23 17:20:08 +00:00
|
|
|
.TP
|
|
|
|
http://github.com/muennich/sxiv
|
|
|
|
.SH SEE ALSO
|
2011-01-26 17:38:54 +00:00
|
|
|
.BR feh (1),
|
|
|
|
.BR qiv (1)
|