aboutsummaryrefslogtreecommitdiff
path: root/graphics/imgcurses/imgcurses.rst
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-02-01 15:17:37 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-06 11:42:46 +0700
commit839391468542b84048c7c4dc5f6bff8a7e68d588 (patch)
treea26d0b4cab04c102fb2b9c2a35c99daf411829d6 /graphics/imgcurses/imgcurses.rst
parent783aaed0e9907453296f55c3c86dc362139792b1 (diff)
downloadslackbuilds-839391468542b84048c7c4dc5f6bff8a7e68d588.tar.xz
graphics/imgcurses: Added (character-based image viewer).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/imgcurses/imgcurses.rst')
-rw-r--r--graphics/imgcurses/imgcurses.rst68
1 files changed, 68 insertions, 0 deletions
diff --git a/graphics/imgcurses/imgcurses.rst b/graphics/imgcurses/imgcurses.rst
new file mode 100644
index 000000000000..bce8e8bd7961
--- /dev/null
+++ b/graphics/imgcurses/imgcurses.rst
@@ -0,0 +1,68 @@
+.. RST source for imgcurses(1) man page. Convert with:
+.. rst2man.py imgcurses.rst > imgcurses.1
+.. rst2man.py comes from the SBo development/docutils package.
+
+.. |version| replace:: 20151107_de613ca
+.. |date| date::
+
+=========
+imgcurses
+=========
+
+----------------------------
+character-based image viewer
+----------------------------
+
+:Manual section: 1
+:Manual group: SlackBuilds.org
+:Date: |date|
+:Version: |version|
+
+SYNOPSIS
+========
+
+imgcurses *filename*
+
+DESCRIPTION
+===========
+
+**imgcurses** is a smart console-based image viewer, using color ASCII art.
+
+**imgcurses** supports TGA, PNG, and JPEG images. Images are scaled to fit
+the terminal size.
+
+CONTROLS
+========
+
+**[**
+ Zoom out.
+
+**]**
+ Zoom in.
+
+**Arrow Keys**
+ Scroll.
+
+**m**
+ Change mode (solid, value, color, detail).
+
+**q**
+ Quit.
+
+COPYRIGHT
+=========
+
+See the file /usr/doc/imgcurses-|version|/LICENSE.md for license information.
+
+AUTHORS
+=======
+
+imgcurses was written by Daniel Holden.
+
+This man page written for the SlackBuilds.org project
+by B. Watson, and is licensed under the WTFPL.
+
+SEE ALSO
+========
+
+The imgcurses homepage: https://github.com/orangeduck/imgcurses