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

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
20 lines
397 B
Markdown
20 lines
397 B
Markdown
# toilet
|
|
|
|
> Display ASCII-art fonts.
|
|
> More information: <http://caca.zoy.org/wiki/toilet>.
|
|
|
|
- Generate ASCII art for a given text:
|
|
|
|
`toilet {{input_text}}`
|
|
|
|
- Generate ASCII art using a custom font file:
|
|
|
|
`toilet {{input_text}} -f {{font_filename}}`
|
|
|
|
- Generate ASCII art using a filter:
|
|
|
|
`toilet {{input_text}} --filter {{filter_name}}`
|
|
|
|
- Show available toilet filters:
|
|
|
|
`toilet --filter list`
|