diff options
author | B. Watson <yalhcru@gmail.com> | 2018-06-29 04:38:04 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-07-07 06:54:20 +0700 |
commit | 3a04650276c3d393d13d8b6c7e2e6b310c0a97c4 (patch) | |
tree | 6650835d7512de3654286cea51def5b3e8d859a9 /graphics/meh/meh.1 | |
parent | 090d5624f18fea61d2bb9634f606e0ee74e2748f (diff) | |
download | slackbuilds-3a04650276c3d393d13d8b6c7e2e6b310c0a97c4.tar.gz slackbuilds-3a04650276c3d393d13d8b6c7e2e6b310c0a97c4.tar.xz |
graphics/meh: New maintainer.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'graphics/meh/meh.1')
-rw-r--r-- | graphics/meh/meh.1 | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/graphics/meh/meh.1 b/graphics/meh/meh.1 new file mode 100644 index 00000000000..ee2d9d18ad2 --- /dev/null +++ b/graphics/meh/meh.1 @@ -0,0 +1,54 @@ +.TH MEH 1 "2013-12-28" +.SH NAME +meh \- simple, minimalist, super fast image viewer +.SH SYNOPSIS +.B meh +.IR FILE ... +.br +.B meh \-list +.RI [ LISTFILE ] +.br +.B meh \-ctl +.br +.B meh \-v +.SH DESCRIPTION +.B meh +is a small, simple, super fast image viewer using raw XLib. +It is similar to +.BR feh (1), +but faster and simpler. +.LP +.B meh +can use ImageMagick's +.BR convert (1) +to view almost 200 file formats, though it is slower for these formats. +Built-in formats are JPEG, PNG, BMP, and netpbm. +.SH OPTIONS +.TP +.BR \-list \ [\fILISTFILE\fR] +Treat \fILISTFILE\fR as list of images. Defaults to stdin. +.TP +.B \-ctl +Display files as they are received on stdin. +.TP +.B \-v +Print version and exit. +.SH KEY BINDINGS +While +.B meh +is displaying an image, the following key bindings are active: +.TP +.BR j +Next image. +.TP +.BR k +Previous image. +.TP +.BR r +Reload current image. +.TP +.BR Enter +Print current image's filename to stdout. +.TP +.BR \fBEscape\fR\ or \ \fBq\fR +Exit \fBmeh\fR. |