diff --git a/Cargo.lock b/Cargo.lock index e6aa5dbc00..895087f45b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -534,7 +534,6 @@ version = "0.1.12" dependencies = [ "arrayvec", "rio-proc-macros", - "unicode-normalization", ] [[package]] diff --git a/docs/docs/features/index.md b/docs/docs/features/index.md index 3fcb84ef13..dbfaffabd6 100644 --- a/docs/docs/features/index.md +++ b/docs/docs/features/index.md @@ -9,7 +9,7 @@ Short introduction of Rio terminal features. - [Vi mode](/docs/features/vi-mode) - [Hyperlinks](/docs/features/hyperlinks) -- [iTerm image protocol](/docs/features/iterm-image-protocol) +- [iTerm2 image protocol](/docs/features/iterm2-image-protocol) - [Kitty keyboard protocol](/docs/features/kitty-keyboard-protocol) - [Rio is fast](/docs/features/rio-is-fast) - [Adaptive theme](/docs/features/adaptive-theme) diff --git a/docs/docs/features/iterm-image-protocol.md b/docs/docs/features/iterm2-image-protocol.md similarity index 70% rename from docs/docs/features/iterm-image-protocol.md rename to docs/docs/features/iterm2-image-protocol.md index c9cd792898..72ad0df6f3 100644 --- a/docs/docs/features/iterm-image-protocol.md +++ b/docs/docs/features/iterm2-image-protocol.md @@ -1,10 +1,8 @@ --- -title: 'iTerm Image Protocol' +title: 'iTerm2 Image Protocol' language: 'en' --- -**Note: iTerm Image Protocol is still under development** - Rio implements support for the iTerm2 inline image protocol. To render an image inline in your terminal, you can use `imgcat` provided as a script by iTerm2 in [iterm2.com/utilities/imgcat](https://iterm2.com/utilities/imgcat) or from other sources like: @@ -14,8 +12,6 @@ To render an image inline in your terminal, you can use `imgcat` provided as a s - [npmjs.com/package/imgcat](https://www.npmjs.com/package/imgcat) - ... and etecetera. -```bash -imgcat ./rio-logo.png -``` +![Demo iTerm2 image protocol](/assets/features/demo-iterm2-image-protocol.png) -More info about [iTerm image protocol](https://iterm2.com/documentation-images.html) +More info regarding [iTerm image protocol](https://iterm2.com/documentation-images.html) diff --git a/docs/static/assets/features/demo-iterm2-image-protocol.png b/docs/static/assets/features/demo-iterm2-image-protocol.png new file mode 100644 index 0000000000..36cbe8deba Binary files /dev/null and b/docs/static/assets/features/demo-iterm2-image-protocol.png differ