[DRE-commits] [asciiart] 04/04: Add manpages

Balasankar C balasankarc-guest at moszumanska.debian.org
Sun Nov 29 06:42:37 UTC 2015


This is an automated email from the git hooks/post-receive script.

balasankarc-guest pushed a commit to branch master
in repository asciiart.

commit 9557d43a6518b7b406bffeefe77d018d23f95ba0
Author: Balasankar C <balasankarc at autistici.org>
Date:   Sat Nov 21 23:10:41 2015 +0530

    Add manpages
---
 debian/asciiart.1        | 44 ++++++++++++++++++++++++++++++++++++++++++++
 debian/asciiart.manpages |  1 +
 2 files changed, 45 insertions(+)

diff --git a/debian/asciiart.1 b/debian/asciiart.1
new file mode 100644
index 0000000..ed3470d
--- /dev/null
+++ b/debian/asciiart.1
@@ -0,0 +1,44 @@
+.TH asciiart 1 "November 2015"
+.SH NAME
+.PP
+
+asciiart \- command line tool to turn images into ASCII art
+.SH SYNOPSIS
+asciiart [options] <path_or_url>
+.PP
+.SH DESCRIPTION
+.PP
+asciiart is a command line tool to turn images into ASCII art. It can also be used as a library in Ruby programs.
+.SH OPTIONS
+.TP
+.fi
+.B
+\-w, \-\-width WIDTH
+Width of the finished Ascii Art (Default: 100)
+.TP
+.fi
+.B
+\-f, \-\-format [text/html]
+output format (Default: text)
+.TP
+.fi
+.B
+\-c, \-\-color
+Switch to use colored terminal output (Default: false)
+.TP
+.fi
+.B
+\-i, \-\-invert-chars
+Invert the character map. Depending on your terminal and image this can make the image clearer (or a lot worse)
+.TP
+.fi
+.B
+\-v, \-\-version
+print asciiart version.
+.TP
+.fi
+.B
+\-h, \-\-help
+show this message.
+
+
diff --git a/debian/asciiart.manpages b/debian/asciiart.manpages
new file mode 100644
index 0000000..111f97a
--- /dev/null
+++ b/debian/asciiart.manpages
@@ -0,0 +1 @@
+debian/asciiart.1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/asciiart.git



More information about the Pkg-ruby-extras-commits mailing list