logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Figlet Fonts - List & Control FIGlet Fonts | Online Free DevTools by Hexmos

List FIGlet fonts with figlist, the command-line font listing tool. Discover available fonts, search by keyword, and count fonts. Free online tool, no registration required.

figlist

List the figlet fonts and control files. See also: figlet, showfigfonts, chkfont. More information: https://manned.org/figlist.

  • List all available fonts using the default font directory:

figlist

  • 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]}}

See Also