mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-18 11:01:01 +00:00
Update cheatsheets
This commit is contained in:
25
linux/toilet
Normal file
25
linux/toilet
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
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`
|
||||
Reference in New Issue
Block a user