aboutsummaryrefslogtreecommitdiff
path: root/imv.1
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2015-11-10 16:12:10 +0000
committerHarry Jeffery <harry@exec64.co.uk>2015-11-10 16:12:10 +0000
commit507d24d15694cae8e3313b6e02d6bac51f4ea1cb (patch)
tree2c9f137e8b8c4ac9fdf838cf225d0cc9a947f7cc /imv.1
parent3158d22a54ae100198952070b2b9c91754c4decc (diff)
downloadimv-507d24d15694cae8e3313b6e02d6bac51f4ea1cb.tar.gz
Create manpage
Diffstat (limited to 'imv.1')
-rw-r--r--imv.189
1 files changed, 89 insertions, 0 deletions
diff --git a/imv.1 b/imv.1
new file mode 100644
index 0000000..121ae42
--- /dev/null
+++ b/imv.1
@@ -0,0 +1,89 @@
+.TH IMV 1 "" "" "multimedia"
+.SH NAME
+imv \- image viewer
+.SH SYNOPSIS
+.nf
+\fBimv\fP [OPTIONS] [IMAGES]
+.fi
+.sp
+.SH DESCRIPTION
+.sp
+\fBimv\fP is a X11/Wayland image viewer aimed at users of tiling window managers.
+It supports a wide variety of image file formats, including animated gif files.
+.SH OPTIONS
+.TP
+.B -i
+Read paths from stdin. One path per line.
+.TP
+.B -r
+Recursively search input paths for files.
+.TP
+.B -f
+Start in full screen mode
+.TP
+.B -s
+Auto scale images.
+.TP
+.B -c
+Center images in the window.
+.TP
+.B -h
+Print help.
+.SH CONTROLs
+.sp
+imv can be controlled using the mouse or keyboard.
+.TP
+.B Drag + Left Mouse Button
+Pan.
+.TP
+.B MouseWheel
+Zoom in and out.
+.TP
+.B q
+Quit.
+.TP
+.B LEFT and [
+Change to previous image.
+.TP
+.B RIGHT and ]
+Change to next image.
+.TP
+.B i and \&+ and UP
+Zoom in.
+.TP
+.B o and \- and DOWN
+Zoom out.
+.TP
+.B s
+Scale image to fit window.
+.TP
+.B r
+Reset image to default size.
+.TP
+.B h
+Pan left.
+.TP
+.B j
+Pan down.
+.TP
+.B k
+Pan up.
+.TP
+.B l
+Pan right.
+.TP
+.B x
+Close current image.
+.TP
+.B f
+Toggle fullscreen.
+.TP
+.B SPACE
+Pause gif playback (pressing again unpauses).
+.TP
+.B \&.
+Step forward one frame (when playing gifs).
+.SH BUGS
+No known bugs.
+.SH AUTHOR
+Harry Jeffery