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

21 lines
397 B
Markdown
Raw Normal View History

2019-10-13 14:20:13 +02:00
# toilet
> Display ASCII-art fonts.
2019-10-13 14:20:13 +02:00
> More information: <http://caca.zoy.org/wiki/toilet>.
2019-10-17 10:43:05 +02:00
- Generate ASCII art for a given text:
2019-10-13 14:20:13 +02:00
`toilet {{input_text}}`
- Generate ASCII art using a custom font file:
`toilet {{input_text}} -f {{font_filename}}`
2019-10-13 14:20:13 +02:00
- Generate ASCII art using a filter:
`toilet {{input_text}} --filter {{filter_name}}`
- Show available toilet filters:
`toilet --filter list`