mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-26 19:53:04 +00:00
Update cheatsheets
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user