From c158e0596f6f103ee2e5465051d03028f7b9b181 Mon Sep 17 00:00:00 2001 From: nirav Date: Sat, 27 Apr 2019 17:26:15 +0000 Subject: Rename to im --- doc/im.1.scd | 67 +++++++++++++++++++++++++++++++++++++++++++++++ doc/qwe.1 | 84 ----------------------------------------------------------- doc/qwe.1.scd | 67 ----------------------------------------------- 3 files changed, 67 insertions(+), 151 deletions(-) create mode 100644 doc/im.1.scd delete mode 100644 doc/qwe.1 delete mode 100644 doc/qwe.1.scd (limited to 'doc') diff --git a/doc/im.1.scd b/doc/im.1.scd new file mode 100644 index 0000000..ec64aa9 --- /dev/null +++ b/doc/im.1.scd @@ -0,0 +1,67 @@ +im(1) + +# NAME + +im - a simple image viewer + +# SYNOPSIS + +*im* _filename_ + +# DESCRIPTION + +im is a image viewer written in GTK+. It can open any image file +supported by GdkPixbuf library, use *-f* flag to print the list of image +formats supported by GdkPixbuf. + + +# MODES + +im supports two image display modes, *Fit* and *Zoom*. + + +The default mode *Fit* will resize the image to fit inside the current window +while maintaining the aspect ratio. + + +Zoom mode let's you zoom and pan (scroll) the zoomed-in image. + +# KEY BINDINGS + +im has separate key bindings for both *Fit* and *Zoom* mode. + +## FIT MODE + + *j*, *l*, *n*, **, ** Next image + + *k*, *h*, *p*, **, ** Previous image + +## ZOOM MODE + + *j*, ** Scroll down + + *k*, ** Scroll up + + *h*, ** Scroll left + + *l*, ** Scroll right + + *J*, *L*, **, ** Next image + + *K*, *H*, **, ** Previous image + +## ANY MODE + + *+*, ** Zoom-in by 10% and switch to *Zoom* mode + + *-*, ** Zoom-out by 10% and switch to *Zoom* mode + + *=* Reset zoom to 100% and switch to *Zoom* mode + + *w* Switch to *Fit* mode + + *q* Quit + +# SEE ALSO + +*sxiv*(1), *feh*(1) diff --git a/doc/qwe.1 b/doc/qwe.1 deleted file mode 100644 index 9e60cf6..0000000 --- a/doc/qwe.1 +++ /dev/null @@ -1,84 +0,0 @@ -.\" Generated by scdoc 1.2.3 -.\" Fix weird quotation marks: -.\" http://bugs.debian.org/507673 -.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html -.ie \n(.g .ds Aq \(aq -.el .ds Aq ' -.\" Disable hyphenation: -.nh -.\" Disable justification: -.ad l -.\" Generated content: -.TH "qwe" "1" "2018-09-09" -.P -.SH NAME -.P -qwe - a simple image viewer -.P -.SH SYNOPSIS -.P -\fBqwe\fR \fIfilename\fR -.P -.SH DESCRIPTION -.P -qwe is a image viewer written in GTK+. It can open any image file -supported by GdkPixbuf library, use \fB-f\fR flag to print the list of image -formats supported by GdkPixbuf. -.P -.P -.SH MODES -.P -qwe supports two image display modes, \fBFit\fR and \fBZoom\fR. -.P -.P -The default mode \fBFit\fR will resize the image to fit inside the current window -while maintaining the aspect ratio. -.P -.P -Zoom mode let's you zoom and pan (scroll) the zoomed-in image. -.P -.SH KEY BINDINGS -.P -qwe has separate key bindings for both \fBFit\fR and \fBZoom\fR mode. -.P -.SS FIT MODE -.P -.RS "4" -\fBj\fR, \fBl\fR, \fBn\fR, \fB\fR, \fB\fR Next image -.P -\fBk\fR, \fBh\fR, \fBp\fR, \fB\fR, \fB\fR Previous image -.P -.RE -.SS ZOOM MODE -.P -.RS "4" -\fBj\fR, \fB\fR Scroll down -.P -\fBk\fR, \fB\fR Scroll up -.P -\fBh\fR, \fB\fR Scroll left -.P -\fBl\fR, \fB\fR Scroll right -.P -\fBJ\fR, \fBL\fR, \fB\fR, \fB\fR Next image -.P -\fBK\fR, \fBH\fR, \fB\fR, \fB\fR Previous image -.P -.RE -.SS ANY MODE -.P -.RS "4" -\fB+\fR, \fB\fR Zoom-in by 10% and switch to \fBZoom\fR mode -.P -\fB-\fR, \fB\fR Zoom-out by 10% and switch to \fBZoom\fR mode -.P -\fB=\fR Reset zoom to 100% and switch to \fBZoom\fR mode -.P -\fBw\fR Switch to \fBFit\fR mode -.P -\fBq\fR Quit -.P -.RE -.SH SEE ALSO -.P -\fBsxiv\fR(1), \fBfeh\fR(1) diff --git a/doc/qwe.1.scd b/doc/qwe.1.scd deleted file mode 100644 index be83cae..0000000 --- a/doc/qwe.1.scd +++ /dev/null @@ -1,67 +0,0 @@ -qwe(1) - -# NAME - -qwe - a simple image viewer - -# SYNOPSIS - -*qwe* _filename_ - -# DESCRIPTION - -qwe is a image viewer written in GTK+. It can open any image file -supported by GdkPixbuf library, use *-f* flag to print the list of image -formats supported by GdkPixbuf. - - -# MODES - -qwe supports two image display modes, *Fit* and *Zoom*. - - -The default mode *Fit* will resize the image to fit inside the current window -while maintaining the aspect ratio. - - -Zoom mode let's you zoom and pan (scroll) the zoomed-in image. - -# KEY BINDINGS - -qwe has separate key bindings for both *Fit* and *Zoom* mode. - -## FIT MODE - - *j*, *l*, *n*, **, ** Next image - - *k*, *h*, *p*, **, ** Previous image - -## ZOOM MODE - - *j*, ** Scroll down - - *k*, ** Scroll up - - *h*, ** Scroll left - - *l*, ** Scroll right - - *J*, *L*, **, ** Next image - - *K*, *H*, **, ** Previous image - -## ANY MODE - - *+*, ** Zoom-in by 10% and switch to *Zoom* mode - - *-*, ** Zoom-out by 10% and switch to *Zoom* mode - - *=* Reset zoom to 100% and switch to *Zoom* mode - - *w* Switch to *Fit* mode - - *q* Quit - -# SEE ALSO - -*sxiv*(1), *feh*(1) -- cgit v1.2.3