Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-28 00:20:19 +00:00
parent 5bf37ece1a
commit 2c0f4bfdb2
88 changed files with 330 additions and 253 deletions

View File

@@ -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}}`