man > figlet-toilet(1)

📝 NAME

TOIlet - display large colourful characters

🚀 Quick Reference

Use Case Command Description
📝 Basic usage toilet Hello World Display "Hello World" in large characters
đŸ“Ĩ Pipe input echo "Hello" | toilet Read input from stdin
đŸ–‹ī¸ Specific font toilet -f fontname "text" Use a specific font file
🌈 Apply filters toilet --gay "text" Apply the "gay" (rainbow) filter
📏 Set width toilet -w 50 "text" Set output width to 50 columns
🌐 Export HTML toilet --html "text" Output HTML instead of ANSI text

🔖 SYNOPSIS

toilet [ -hkostvSW ] [ -d fontdirectory ] [ -f fontfile ] [ -F filter ] [ -w outputwidth ] [ -I infocode ] [ -E format ] [ message ]

📖 DESCRIPTION

TOIlet prints text using large characters made of smaller characters. It is similar in many ways to FIGlet with additional features such as Unicode handling, colour fonts, filters and various export formats.

💡 USAGE

TOIlet either reads its input from the command line or from the standard input.

âš™ī¸ OPTIONS

đŸ–‹ī¸ -f, --font <name>

Use the given font instead of the default value. Fonts are .flf or .tlf files stored in the /usr/share/figlet directory. Fonts are looked first in the font directory, then in the current directory. There is also a special built-in font called term that serves as a fallback if no font is available. đŸ–‹ī¸

📂 -d, --directory <dir>

Specify the directory in which to look for fonts. The default value is set at build time and usually defaults to /usr/share/figlet. 📂

🧩 -s, -S, -k, -W, -o

Select character composition rules. -S sets smushing (nicely merging glyphs), -k sets kerning (rendering subcharacters as close to each other as possible), -W renders characters at their full width and -o sets overlapping (glyphs slightly overlap the previous one). -s (default behaviour) uses the font's smushing information if any, otherwise forces overlapping, or does nothing if the glyph only has one subcharacter. 🧩

📏 -w, --width <width>

Set the output width. By default, TOIlet will wrap its output at 80 character columns. 📏

đŸ–Ĩī¸ -t, --termwidth

Set the output width to the terminal width. đŸ–Ĩī¸

🎨 -F, --filter <filters>

🎨 -F, --filter list

🌈🤘 --gay, --metal

Specify a list of filters to be applied to the output. <filters> is a colon-separated list of filters such as crop:rotate:gay and the special argument list outputs a list of available filters. 🎨

--gay and --metal are shortcuts to commonly used filters that are guaranteed to exist. Several -F flags can also be specified on the command line, in which case filters will be applied in order of appearance. 🌈🤘

💾 -E, --export <format>

💾 -E, --export list

🌐 --irc, --html

Specify the output format. By default, TOIlet will output UTF-8 text using ANSI colour codes suitable for most terminals such as XTerm or rxvt. <format> is the name of the export format as recognised by libcaca. The special argument list outputs a list of available export formats. 💾

--irc and --html are shortcuts to commonly used export formats that are guaranteed to exist. 🌐

❓ -h, --help

Display a short help message and exit. ❓

â„šī¸ -I, --infocode <code>

Print a FIGlet infocode. This flag is only here for FIGlet compatibility, see the figlet manpage for more information about it. â„šī¸

â„šī¸ -v, --version

Output version information and exit. â„šī¸

💡 EXAMPLES

toilet Hello World
toilet Hello | toilet
tail -f /var/log/messages | toilet -f term --gay

🐛 BUGS

FIGlet compatibility is not complete yet. 🐛

👤 AUTHOR

TOIlet and this manual page were written by Sam Hocevar <sam AT hocevar.net>. There is a webpage available at http://caca.zoy.org/wiki/toilet . 👤

📚 SEE ALSO

figlet(6) 📚

figlet-toilet(1)
📝 NAME 🚀 Quick Reference 🔖 SYNOPSIS 📖 DESCRIPTION 💡 USAGE âš™ī¸ OPTIONS
đŸ–‹ī¸ -f, --font <name> 📂 -d, --directory <dir> 🧩 -s, -S, -k, -W, -o 📏 -w, --width <width> đŸ–Ĩī¸ -t, --termwidth 🎨 -F, --filter <filters> 🎨 -F, --filter list 🌈🤘 --gay, --metal 💾 -E, --export <format> 💾 -E, --export list 🌐 --irc, --html ❓ -h, --help â„šī¸ -I, --infocode <code> â„šī¸ -v, --version
💡 EXAMPLES 🐛 BUGS 👤 AUTHOR 📚 SEE ALSO

Generated by phpman v4.10.0-7-g98e9fd5 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-09-04 10:00 @216.73.216.46
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 Transitional!Valid CSS!

^_top_^