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 +```