mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 06:42:16 +00:00
15 lines
319 B
Plaintext
15 lines
319 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# imgcat
|
|
|
|
> Display images on the command-line.
|
|
> Requires a compatible terminal such as iTerm2.
|
|
> More information: <https://github.com/danielgatis/imgcat>.
|
|
|
|
- Display an image on the command-line:
|
|
|
|
`imgcat {{path/to/file}}`
|