1
0
Fork 0
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:
nath1as 2019-10-13 14:20:13 +02:00 committed by Lucas Gabriel Schneider
parent adb9519c96
commit 92f681af07

20
pages/linux/toilet.md Normal file
View 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 `