figlet: 2 more commands and Spanish translation (#12505)
* figlet: add 2 more examples Also use brackets around flag letters, example: [f]ont * figlet: add Spanish translation * Update pages/common/figlet.md Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com> * Update pages.es/common/figlet.md Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com> --------- Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>
This commit is contained in:
@@ -8,11 +8,11 @@
|
||||
|
||||
`figlet {{input_text}}`
|
||||
|
||||
- Use a custom font file:
|
||||
- Use a custom [f]ont file:
|
||||
|
||||
`figlet {{input_text}} -f {{path/to/font_file.flf}}`
|
||||
|
||||
- Use a font from the default font directory (the extension can be omitted):
|
||||
- Use a [f]ont from the default font directory (the extension can be omitted):
|
||||
|
||||
`figlet {{input_text}} -f {{font_filename}}`
|
||||
|
||||
@@ -23,3 +23,11 @@
|
||||
- Show available FIGlet fonts:
|
||||
|
||||
`showfigfonts {{optional_string_to_display}}`
|
||||
|
||||
- Use the full width of the [t]erminal and [c]enter the input text:
|
||||
|
||||
`figlet -t -c {{input_text}}`
|
||||
|
||||
- Display all characters at full [W]idth to avoid overlapping:
|
||||
|
||||
`figlet -W {{input_text}}`
|
||||
|
Reference in New Issue
Block a user