tldr/pages/linux/toilet.md

21 lines
408 B
Markdown
Raw Normal View History

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