1
0
Fork
You've already forked tdfiglet-fork
0
A tdfiglet fork / rewrite
  • C 93.4%
  • Makefile 6.6%
2026年03月20日 08:09:27 +01:00
fonts moved unused fonts 2018年08月20日 14:00:28 -04:00
unused-fonts moved unused fonts 2018年08月20日 14:00:28 -04:00
Makefile change std prefix to $HOME 2026年03月20日 08:09:27 +01:00
README.md edit readme 2026年03月20日 08:08:47 +01:00
screenshot.png updated screenshot 2018年07月14日 19:50:02 -04:00
tdfiglet.c better random seed 2018年08月24日 03:20:33 -04:00

m0fr1m's tdfiglet fork

This is a fork of https://github.com/tat3r/tdfiglet. Eventually i will make some modifications or rewrite it in C++. This repo exists for keeping track of this.

The TDF fonts originate from https://www.roysac.com/default.html and are all realeased under the Free Art License.

original / upstream README

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.