mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
figlist: add page (#16212)
* figlist: add page Closes: #16211 * Apply suggestions from code review Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> --------- Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
This commit is contained in:
parent
fab0e5b1ba
commit
18be371bc5
1 changed files with 21 additions and 0 deletions
21
pages/common/figlist.md
Normal file
21
pages/common/figlist.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# 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]}}`
|
Loading…
Add table
Reference in a new issue