archive/art/tdfiglet
Dionysus 7de1b4ce38
Initial commit
2023-06-24 00:55:09 -04:00
..
fonts Initial commit 2023-06-24 00:55:09 -04:00
unused-fonts Initial commit 2023-06-24 00:55:09 -04:00
Makefile Initial commit 2023-06-24 00:55:09 -04:00
README.md Initial commit 2023-06-24 00:55:09 -04:00
screenshot.png Initial commit 2023-06-24 00:55:09 -04:00
tdfiglet.c Initial commit 2023-06-24 00:55:09 -04:00

README.md

tdfiglet

Because your figlet ascii sucks.

screenshot

All known TDF fonts (1198) are included.

Installation

make
sudo make install

Usage

If you're just trying to spam irc tdfiglet -cm yes hello will suffice.

usage: tdfiglet [options] -f [font] input

    -f [font] Specify font file used.
    -j l|r|c  Justify left, right, or center.  Default is left.
    -w n      Set screen width.  Default is 80.
    -c a|m    Color format ANSI or mirc.  Default is ANSI.
    -e u|a    Encode as unicode or ASCII.  Default is unicode.
    -i        Print font details.
    -r        Use random font.
    -h        Print usage.