mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-14 11:59:41 +00:00
Update cheatsheets
This commit is contained in:
26
tldr/figlist
Normal file
26
tldr/figlist
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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]}}`
|
||||
Reference in New Issue
Block a user