mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 23:21:08 +03:00
22 lines
536 B
Markdown
22 lines
536 B
Markdown
|
---
|
||
|
title: iTerm Image Protocol Support
|
||
|
---
|
||
|
|
||
|
## iTerm Image Protocol Support
|
||
|
|
||
|
wezterm implements support for the [iTerm2 inline images
|
||
|
protocol](https://iterm2.com/documentation-images.html) and provides a handy
|
||
|
`imgcat` subcommand to make it easy to try out. Because the protocol is
|
||
|
just a protocol, wezterm's `imgcat` also renders images in iTerm2.
|
||
|
|
||
|
To render an image inline in your terminal:
|
||
|
|
||
|
```
|
||
|
$ wezterm imgcat /path/to/image.png
|
||
|
```
|
||
|
|
||
|
**Note that the image protocol isn't fully handled by multiplexer sessions
|
||
|
at this time**.
|
||
|
|
||
|
|