commands.sh

figlist

all

List the figlet fonts and control files. See also: `figlet`, `showfigfonts`, `chkfont`.

More info →

Options (1)

-l, --linesboolean

Count the total number of available fonts in a specified directory

Example: figlist -d {{path/to/directory}} | wc {{[-l|--lines]}}

Examples (4)

List all available fonts using the default font directory

List fonts from a custom directory

figlist -d path/to/directory

Search for a font by keyword

figlist -d path/to/directory | grep keyword

Count the total number of available fonts in a specified directory

figlist -d path/to/directory | wc [-l|--lines]
made by @shridhargupta | data from tldr-pages