aboutsummaryrefslogtreecommitdiffstats
path: root/doc/meh.1
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2013-12-28 15:21:06 -0800
committerJohn Hawthorn <john.hawthorn@gmail.com>2013-12-28 15:21:06 -0800
commit6040b2ef005a427190a6173427a08b38e41697b6 (patch)
tree45b9ebbab7825d4bb4b4cdbc31aabad4d74bd122 /doc/meh.1
parent79bb6f0c99ceeeff529f07101edd47747d7b8e45 (diff)
parentca40c3725d622270640b3121642cb5febc4e0e87 (diff)
downloadmirror-meh-6040b2ef005a427190a6173427a08b38e41697b6.tar.gz
mirror-meh-6040b2ef005a427190a6173427a08b38e41697b6.tar.bz2
mirror-meh-6040b2ef005a427190a6173427a08b38e41697b6.zip
Merge pull request #7 from rtandy/for-hawth
a few patches
Diffstat (limited to 'doc/meh.1')
-rw-r--r--doc/meh.135
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/meh.1 b/doc/meh.1
new file mode 100644
index 0000000..5d5ba85
--- /dev/null
+++ b/doc/meh.1
@@ -0,0 +1,35 @@
+.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.