showfigfonts: add page (#6217)

beep
Axel Navarro 2021-07-14 16:31:29 -03:00 committed by GitHub
parent 5c50041755
commit d5f22be326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 37 additions and 9 deletions

View File

@ -1,6 +1,7 @@
# figlet
> Genera encabezados usando caracteres ASCII desde la entrada del usuario.
> See also `showfigfonts`.
> Más información: <http://www.figlet.org/figlet-man.html>.
- Genera el encabezado directamente introduciendo el texto:
@ -9,12 +10,12 @@
- Usa un archivo de fuente personalizada:
`figlet {{texto_de_entrada}} -f {{ruta/al/archivo_de_fuente}}`
`figlet {{texto_de_entrada}} -f {{ruta/al/archivo_de_fuente.flf}}`
- Use una fuente del directorio predeterminado (la extensión puede ser omitida):
`figlet {{texto_de_entrada}} -f {{archivo_de_fuente}}`
- Redirige la salida de un comando hacia figlet:
`{{comando}} | figlet`
- Muestra las fuentes disponibles para figlet:
`showfigfonts {{texto_opcional_a_mostrar}}`

View File

@ -0,0 +1,13 @@
# showfigfonts
> Muestra una lista de fuentes disponibles para figlet.
> Véase también `figlet`.
> Más información: <https://manned.org/showfigfonts>.
- Muestra las fuentes disponibles:
`showfigfonts`
- Muestra las fuentes disponibles usando un texto específico:
`showfigfonts {{texto_de_entrada}}`

View File

@ -1,6 +1,7 @@
# figlet
> Generate ASCII banners from user input.
> Véase también `showfigfonts`.
> More information: <http://www.figlet.org/figlet-man.html>.
- Generate by directly inputting text:
@ -9,12 +10,12 @@
- Use a custom font file:
`figlet {{input_text}} -f {{path/to/font_file.flf}}`
- Use a font from the default font directory (the extention can be omitted):
`figlet {{input_text}} -f {{font_filename}}`
- Pipe command output through figlet:
`{{command}} | figlet`
- Show available figlet fonts:
`showfigfonts {{optional_string_to_display}}`

View File

@ -0,0 +1,13 @@
# showfigfonts
> Display available figlet fonts.
> See also `figlet`.
> More information: <https://manned.org/showfigfonts>.
- Display available fonts:
`showfigfonts`
- Display available fonts using a specific text:
`showfigfonts {{input_text}}`