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

21 lines
428 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]}} {{font_filename}}`
2019-10-13 14:20:13 +02:00
- Generate ASCII art using a filter:
`toilet {{input_text}} {{[-F|--filter]}} {{filter_name}}`
2019-10-13 14:20:13 +02:00
- Show available toilet filters:
`toilet {{[-F|--filter]}} list`