Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tat3r/tdfiglet
A figlet for TheDraw's TDF ANSI fonts
https://github.com/tat3r/tdfiglet
Last synced: 1 day ago
JSON representation
A figlet for TheDraw's TDF ANSI fonts
- Host: GitHub
- URL: https://github.com/tat3r/tdfiglet
- Owner: tat3r
- Created: 2018-06-23T06:47:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-11T11:22:58.000Z (over 1 year ago)
- Last Synced: 2024-08-02T05:06:41.529Z (3 months ago)
- Language: C
- Homepage: https://git.trollforge.org/tdfiglet/
- Size: 3.72 MB
- Stars: 37
- Watchers: 2
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tdfiglet
Because your figlet ascii sucks.
![screenshot](https://git.trollforge.org/tdfiglet/plain/screenshot.png)
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.
```