Skip to content

FIGlet

Large ASCII letters, for script banners and terminal headers.

Homebrew formula

What it does

FIGlet renders a string in a chosen ASCII font (“FIGfont”). It has exactly one job and does it since 1991.

figlet "Homelab"
figlet -f slant -w 120 "Deploy"
showfigfonts            # preview every installed font

Notes

Commonly used to print a banner at the top of a long-running script or an SSH login MOTD, and to make a terminal recording’s sections visually obvious.

Alternative to

AlternativeTypeTrade-off
toiletOpen sourceThe same idea with colour and filter support
gumOpen sourceCharm’s toolkit: styled boxes and headers, much more modern-looking
boxesOpen sourceDraws frames around text rather than enlarging it

Install

brew install figlet

Links

This post is licensed under CC BY 4.0 by the author.
Last updated on