figlet: add page (#1247)

coverage
sweeper3000 2017-01-19 17:49:50 -05:00 committed by Waldir Pimenta
parent b7d34523f6
commit 8ec62ba125
1 changed files with 15 additions and 0 deletions

15
pages/linux/figlet.md Normal file
View 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`