From e7748e357f765f41c3fb95d57a4cf5d82c4cbe96 Mon Sep 17 00:00:00 2001 From: Gordon Shumway <39967334+oddluck@users.noreply.github.com> Date: Thu, 9 May 2019 19:46:08 -0400 Subject: [PATCH] yet more commands --- ASCII/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/ASCII/README.md b/ASCII/README.md index 0796c09..093b602 100644 --- a/ASCII/README.md +++ b/ASCII/README.md @@ -40,6 +40,16 @@ rate --sub (get graphs with desired currency) ``` Use --16 for 16 colors. Defaults to 99 color extended +Return a random fortune entry from http://www.asciiartfarts.com/fortune.txt +``` +fortune +``` + +Cowsay. Generate a cowsay ascii. choose character with --type. +``` +cow --type (make a cowsay message. type is optional. defaults to cow) +``` + Support for the Paste.ee API to save art conversions for later use. Get an API key from https://paste.ee/account/api (FREE. Not required to use plugin, disabled by default). ``` @@ -109,3 +119,12 @@ tdf [-f ] (select font with -f ) fonts (list of figlet fonts) ``` tdf command requires tdfiglet https://github.com/tat3r/tdfiglet (optional. disable command if not installing tdfiglet.) + +Toilet. Requires installation of toilet. sudo apt install toilet etc. +``` +toilet -f -F (do the text to toilet stuff) +``` +get fonts. looks for fonts in /usr/share/figlet/ +``` +fonts --toilet +```