Files
tldr/pages/linux/toilet.md
Vitor Henrique 61405c6e0e pages*: fix small typos (#11850)
* pages*: fix small typos

* pages/*: make help and version commands consistent

* pages/*: follow "path/to/file" pattern

* nop: generic display help wording
2023-12-27 12:11:30 +05:30

21 lines
407 B
Markdown

# toilet
> A tool to 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`