Update cheatsheets

This commit is contained in:
ivuorinen
2024-02-21 11:19:49 +00:00
parent 4e88a1b42f
commit 3d653cc7e6
4803 changed files with 127002 additions and 0 deletions

33
linux/asciiart Normal file
View File

@@ -0,0 +1,33 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# asciiart
> Convert images to ASCII.
> More information: <https://github.com/nodanaonlyzuul/asciiart>.
- Read an image from a file and print in ASCII:
`asciiart {{path/to/image.jpg}}`
- Read an image from a URL and print in ASCII:
`asciiart {{www.example.com/image.jpg}}`
- Choose the output width (default is 100):
`asciiart --width {{50}} {{path/to/image.jpg}}`
- Colorize the ASCII output:
`asciiart --color {{path/to/image.jpg}}`
- Choose the output format (default format is text):
`asciiart --format {{text|html}} {{path/to/image.jpg}}`
- Invert the character map:
`asciiart --invert-chars {{path/to/image.jpg}}`