Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-02 00:19:10 +00:00
parent 2be0d1874d
commit 6c2bf9ee1e
134 changed files with 253 additions and 253 deletions

View File

@@ -14,11 +14,11 @@ source: https://github.com/tldr-pages/tldr.git
- Produce an uncompressed SIXEL file that is much slower to print:
`ppmtosixel -raw {{path/to/file.ppm}} > {{path/to/file.sixel}}`
`ppmtosixel {{[-r|-raw]}} {{path/to/file.ppm}} > {{path/to/file.sixel}}`
- Add a left margin of 1.5 inches:
`ppmtosixel -margin {{path/to/file.ppm}} > {{path/to/file.sixel}}`
`ppmtosixel {{[-m|-margin]}} {{path/to/file.ppm}} > {{path/to/file.sixel}}`
- Encode control codes in a more portable (although less space-efficient) way: