mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-19 10:01:30 +00:00
Update cheatsheets
This commit is contained in:
17
tldr/img2sixel
Normal file
17
tldr/img2sixel
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# img2sixel
|
||||
|
||||
> Convert images to the Sixel format for displaying in a terminal.
|
||||
> More information: <https://manned.org/img2sixel>.
|
||||
|
||||
- Display an image in the terminal:
|
||||
|
||||
`img2sixel {{path/to/image}}`
|
||||
|
||||
- Resize the image to the specified width and height before displaying it:
|
||||
|
||||
`img2sixel {{-w|--width}} {{number}} {{-h|--height}} {{number}} {{path/to/image}}`
|
||||
Reference in New Issue
Block a user