From c155280cb82db4756742e1ae5300d36506af78f3 Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Wed, 11 Nov 2015 15:28:59 +0000 Subject: Move manpage into doc directory --- Makefile | 2 +- doc/imv.1 | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ imv.1 | 90 --------------------------------------------------------------- 3 files changed, 91 insertions(+), 91 deletions(-) create mode 100644 doc/imv.1 delete mode 100644 imv.1 diff --git a/Makefile b/Makefile index b05d4e4..0b7843a 100644 --- a/Makefile +++ b/Makefile @@ -29,4 +29,4 @@ clean: install: $(TARGET) install -m 0755 $(TARGET) $(prefix)/bin - install -m 0644 $(TARGET).1 $(prefix)/share/man/man1 + install -m 0644 doc/imv.1 $(prefix)/share/man/man1 diff --git a/doc/imv.1 b/doc/imv.1 new file mode 100644 index 0000000..86fe1c8 --- /dev/null +++ b/doc/imv.1 @@ -0,0 +1,90 @@ +.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 c +Center image in window. +.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 AUTHOR +Harry Jeffery diff --git a/imv.1 b/imv.1 deleted file mode 100644 index 86fe1c8..0000000 --- a/imv.1 +++ /dev/null @@ -1,90 +0,0 @@ -.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 c -Center image in window. -.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 AUTHOR -Harry Jeffery -- cgit v1.2.3