1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 01:26:00 +02:00
tldr/pages/linux/figlet.md
2017-01-19 22:49:50 +00:00

15 lines
254 B
Markdown

# 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`