toilet: add page (#3364)
This commit is contained in:

committed by
Lucas Gabriel Schneider

parent
adb9519c96
commit
92f681af07
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 `
|
Reference in New Issue
Block a user