mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-19 09:55:26 +02:00
22 lines
519 B
Markdown
22 lines
519 B
Markdown
![]() |
# figlist
|
||
|
|
||
|
> Lists 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]}}`
|