mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-18 08:01:02 +00:00
Update cheatsheets
This commit is contained in:
@@ -15,11 +15,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- 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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user