updated docs

This commit is contained in:
tater 2018-07-14 19:24:37 -04:00
parent 61e9847f1a
commit c0dcd2f731

View File

@ -1,13 +1,29 @@
![screenshot](https://github.com/tat3r/tdfiglet/blob/master/screenshot.png?raw=true)
# tdfiglet
Because your ascii sucks.
Because your figlet ascii sucks.
![screenshot](https://git.trollforge.org/tdfiglet/plain/screenshot.png)
## Installation
run make and copy tdfiglet wherever you want.
```
make
sudo make install
```
## Usage
run tdfiglet -h for a list of options
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.
-h Print usage.
```