mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-03 21:55:46 +02:00
toilet: add page (#3364)
This commit is contained in:
parent
adb9519c96
commit
92f681af07
1 changed files with 20 additions and 0 deletions
20
pages/linux/toilet.md
Normal file
20
pages/linux/toilet.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# toilet
|
||||
|
||||
> A tool to display ASCII-art fonts.
|
||||
> More information: <http://caca.zoy.org/wiki/toilet>.
|
||||
|
||||
- Generate ASCII art by directly inputting text:
|
||||
|
||||
`toilet {{input_text}}`
|
||||
|
||||
- Generate ASCII art using a custom font file:
|
||||
|
||||
`toilet {{input_text}} -f {{font_file_name}}`
|
||||
|
||||
- Generate ASCII art using a filter:
|
||||
|
||||
`toilet {{input_text}} --filter {{filter_name}}`
|
||||
|
||||
- Show available toilet filters:
|
||||
|
||||
`toilet --filter list `
|
Loading…
Add table
Reference in a new issue