figlet: add page (#1247)
This commit is contained in:

committed by
Waldir Pimenta

parent
b7d34523f6
commit
8ec62ba125
15
pages/linux/figlet.md
Normal file
15
pages/linux/figlet.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# 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`
|
Reference in New Issue
Block a user