mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-02 03:42:48 +00:00
26 lines
489 B
Plaintext
26 lines
489 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|