mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-21 22:02:25 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,12 +14,12 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Display the output in name:
|
||||
|
||||
`ppmtoicr -windowname {{name}} {{path/to/file.ppm}} > {{path/to/file.icr}}`
|
||||
`ppmtoicr {{[-w|-windowname]}} {{name}} {{path/to/file.ppm}} > {{path/to/file.icr}}`
|
||||
|
||||
- Expand the image by the specified factor:
|
||||
|
||||
`ppmtoicr -expand {{factor}} {{path/to/file.ppm}} > {{path/to/file.icr}}`
|
||||
`ppmtoicr {{[-e|-expand]}} {{factor}} {{path/to/file.ppm}} > {{path/to/file.icr}}`
|
||||
|
||||
- Display the output on the screen with the specified number:
|
||||
|
||||
`ppmtoicr -display {{number}} {{path/to/file.ppm}} > {{path/to/file.icr}}`
|
||||
`ppmtoicr {{[-d|-display]}} {{number}} {{path/to/file.ppm}} > {{path/to/file.icr}}`
|
||||
|
||||
Reference in New Issue
Block a user