showfigfonts: add page (#6217)

This commit is contained in:
Axel Navarro
2021-07-14 16:31:29 -03:00
committed by GitHub
parent 5c50041755
commit d5f22be326
4 changed files with 37 additions and 9 deletions

View File

@@ -1,6 +1,7 @@
# figlet
> Generate ASCII banners from user input.
> Véase también `showfigfonts`.
> More information: <http://www.figlet.org/figlet-man.html>.
- Generate by directly inputting text:
@@ -9,12 +10,12 @@
- Use a custom font file:
`figlet {{input_text}} -f {{path/to/font_file.flf}}`
- Use a font from the default font directory (the extention can be omitted):
`figlet {{input_text}} -f {{font_filename}}`
- Pipe command output through figlet:
`{{command}} | figlet`
- Show available figlet fonts:
`showfigfonts {{optional_string_to_display}}`

View File

@@ -0,0 +1,13 @@
# showfigfonts
> Display available figlet fonts.
> See also `figlet`.
> More information: <https://manned.org/showfigfonts>.
- Display available fonts:
`showfigfonts`
- Display available fonts using a specific text:
`showfigfonts {{input_text}}`