aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Tandy <ryan@nardis.ca>2013-12-28 14:50:14 -0800
committerRyan Tandy <ryan@nardis.ca>2013-12-28 14:50:14 -0800
commit9f29d8c21dea7357c63b2d2065fc11224ec45a51 (patch)
treea14968628544691fecab7ec9ce47494a37ab4423
parentb08a8c02fbcb63712593fb3446b225c062b81d6a (diff)
downloadmirror-meh-9f29d8c21dea7357c63b2d2065fc11224ec45a51.tar.gz
mirror-meh-9f29d8c21dea7357c63b2d2065fc11224ec45a51.tar.bz2
mirror-meh-9f29d8c21dea7357c63b2d2065fc11224ec45a51.zip
add a manpage
-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.