nsxiv/sxiv.1

136 lines
1.8 KiB
Groff
Raw Normal View History

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
.RB [ \-hv ]
2011-01-27 15:15:43 +00:00
[
.B \-w
.IB WIDTH x HEIGHT
]
.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
.B \-h
Print brief usage information to standard output and exit.
.TP
.B \-v
Print version information to standard output and exit.
2011-01-27 15:15:43 +00:00
.TP
.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-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
.BR Space ", " n
Go to the next image.
.TP
.BR Backspace ", " p
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
.B h
Pan left.
.TP
.B j
Pan down.
.TP
.B k
Pan up.
.TP
.B l
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.
.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)