archive

- Random tools & helpful resources for IRC
git clone git://git.acid.vegas/archive.git
Log | Files | Refs | Archive

README.md (709B)

      1 
      2 # tdfiglet
      3 
      4 Because your figlet ascii sucks.
      5 
      6 ![screenshot](https://git.trollforge.org/tdfiglet/plain/screenshot.png)
      7 
      8 All known TDF fonts (1198) are included.
      9 ## Installation
     10 
     11 ```
     12 make
     13 sudo make install
     14 ```
     15 
     16 ## Usage
     17 
     18 If you're just trying to spam irc `tdfiglet -cm yes hello` will suffice.
     19 
     20 ```
     21 usage: tdfiglet [options] -f [font] input
     22 
     23     -f [font] Specify font file used.
     24     -j l|r|c  Justify left, right, or center.  Default is left.
     25     -w n      Set screen width.  Default is 80.
     26     -c a|m    Color format ANSI or mirc.  Default is ANSI.
     27     -e u|a    Encode as unicode or ASCII.  Default is unicode.
     28     -i        Print font details.
     29     -r        Use random font.
     30     -h        Print usage.
     31 ```