figlist

figlet font listing utility

TLDR

List available figlet fonts
$ figlist

SYNOPSIS

figlist [options]

DESCRIPTION

figlist enumerates all installed figlet fonts and control files by scanning the default figlet font directory, typically /usr/share/figlet. It provides a simple way to discover available font names for use with the figlet command.The output includes both .flf font files and .flc control files, showing the complete set of available character rendering options. This is more convenient than manually browsing the font directory.figlist is particularly useful when exploring different text banner styles or writing scripts that need to verify font availability before rendering.

INSTALL

sudo apt install figlet
sudo dnf install figlet
sudo pacman -S figlet
sudo apk add figlet
sudo zypper install figlet
brew install figlet
nix profile install nixpkgs#figlet

SEE ALSO

figlet(6), showfigfonts(6)

RESOURCES

Source code · Homepage