2025-04-21 10:25:46 +01:00
|
|
|
# figlist
|
|
|
|
|
2025-05-02 00:32:14 +00:00
|
|
|
> List the figlet fonts and control files.
|
2025-04-21 10:25:46 +01:00
|
|
|
> 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]}}`
|