1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-13 06:55:23 +02:00
tldr/pages/common/figlist.md
Lena ba58dbdbbd
pages/*: use imperative mood in descriptions (#16219)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
2025-05-02 03:32:14 +03:00

21 lines
518 B
Markdown

# 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]}}`