LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

figlist

figlet font listing utility

TLDR

List available figlet fonts
$ figlist
copy

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
copy
sudo dnf install figlet
copy
sudo pacman -S figlet
copy
sudo apk add figlet
copy
sudo zypper install figlet
copy
brew install figlet
copy
nix profile install nixpkgs#figlet
copy

SEE ALSO

RESOURCES

Copied to clipboard
Kai