nsxiv/sxiv.1

122 lines
1.7 KiB
Groff
Raw Normal View History

2011-01-23 18:20:08 +01:00
.TH SXIV 1 sxiv\-VERSION
.SH NAME
sxiv \- Simple (or small or suckless) X Image Viewer
.SH SYNOPSIS
.B sxiv
.RB [ \-hv ]
.IR FILE ...
2011-01-23 18:20:08 +01: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.
.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 18:38:54 +01:00
.SS Navigate image list
2011-01-23 18:20:08 +01: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 14:42:10 +01:00
.SS Rotation
.TP
.B <
Rotate image counter-clockwise by 90 degrees.
.TP
.B >
Rotate image clockwise by 90 degrees.
2011-01-23 18:20:08 +01:00
.SS Control window
.TP
.B f
Toggle fullscreen mode.
.SS Miscellaneous
.TP
.B a
Toggle anti-aliasing.
2011-01-26 18:38:54 +01: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 18:20:08 +01:00
.SH AUTHORS
2011-01-27 10:18:23 +01:00
.EX
2011-01-23 18:20:08 +01:00
Bert Muennich <ber.t at gmx.com>
2011-01-27 10:18:23 +01:00
Dave Reisner <d at falconindy.com>
.EE
2011-01-23 18:35:01 +01:00
.SH HOMEPAGE
2011-01-23 18:20:08 +01:00
.TP
http://github.com/muennich/sxiv
.SH SEE ALSO
2011-01-26 18:38:54 +01:00
.BR feh (1),
.BR qiv (1)