1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

Update figlet.md

This commit is contained in:
Managor 2025-04-29 01:30:13 +03:00 committed by GitHub
parent 9776b1a283
commit 2695984435
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,11 +10,11 @@
- Use a custom [f]ont file:
`figlet {{input_text}} -f {{path/to/font_file.flf}}`
`figlet -f {{path/to/font_file.flf}} {{input_text}}`
- Use a [f]ont from the default font directory (the extension can be omitted):
`figlet {{input_text}} -f {{font_filename}}`
`figlet -f {{font_filename}} {{input_text}}`
- Pipe command output through FIGlet: