mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-12 11:59:00 +00:00
Update cheatsheets
This commit is contained in:
@@ -18,16 +18,16 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Choose the output width (default is 100):
|
||||
|
||||
`asciiart --width {{50}} {{path/to/image.jpg}}`
|
||||
`asciiart {{[-w|--width]}} {{50}} {{path/to/image.jpg}}`
|
||||
|
||||
- Colorize the ASCII output:
|
||||
|
||||
`asciiart --color {{path/to/image.jpg}}`
|
||||
`asciiart {{[-c|--color]}} {{path/to/image.jpg}}`
|
||||
|
||||
- Choose the output format (default format is text):
|
||||
|
||||
`asciiart --format {{text|html}} {{path/to/image.jpg}}`
|
||||
`asciiart {{[-f|--format]}} {{text|html}} {{path/to/image.jpg}}`
|
||||
|
||||
- Invert the character map:
|
||||
|
||||
`asciiart --invert-chars {{path/to/image.jpg}}`
|
||||
`asciiart {{[-i|--invert-chars]}} {{path/to/image.jpg}}`
|
||||
|
||||
Reference in New Issue
Block a user