move figlet to common pages (#3858)

This commit is contained in:
Bos Eriko Reyes
2020-02-16 14:57:45 +08:00
committed by GitHub
parent e29f54b6d8
commit 0fdec2d3bc

View File

@@ -1,19 +0,0 @@
# figlet
> Generate ASCII banners from user input.
- Generate by directly inputting text:
`figlet {{input_text}}`
- Use a custom font file:
`figlet {{input_text}} -f {{font_file_name}}`
- Pipe command output through figlet:
`{{command}} | figlet`
- Show available figlet fonts:
`showfigfonts {{optional_string_to_display}}`