tdfiglet/README.md

32 lines
712 B
Markdown
Raw Normal View History

2018-06-23 06:44:33 +00:00
# tdfiglet
2018-07-14 23:24:37 +00:00
Because your figlet ascii sucks.
2022-07-26 17:11:32 +00:00
![screenshot](https://github.com/tat3r/tdfiglet/raw/master/screenshot.png)
2018-06-23 06:44:33 +00:00
2018-07-15 00:08:11 +00:00
All known TDF fonts (1198) are included.
2018-06-23 06:44:33 +00:00
## Installation
2018-07-14 23:24:37 +00:00
```
make
sudo make install
```
2018-06-23 06:44:33 +00:00
## Usage
2018-07-14 23:24:37 +00:00
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.
2018-08-24 05:34:11 +00:00
-r Use random font.
2018-07-14 23:24:37 +00:00
-h Print usage.
```