diff --git a/docs/graphics-protocol.rst b/docs/graphics-protocol.rst index 784738e23..60a492b3b 100644 --- a/docs/graphics-protocol.rst +++ b/docs/graphics-protocol.rst @@ -40,7 +40,7 @@ Some programs that use the kitty graphics protocol: * `viu `_ - a terminal image viewer * `glkitty `_ - C library to draw OpenGL shaders in the terminal with a glgears demo * `ctx.graphics `_ - Library for drawing graphics - + * `timg ` - a terminal image and video viewer .. contents:: diff --git a/docs/integrations.rst b/docs/integrations.rst index 8160b4be4..8763fb710 100644 --- a/docs/integrations.rst +++ b/docs/integrations.rst @@ -34,6 +34,12 @@ images and other types of documents directly in your terminal, even over SSH. view images in the terminal, similar to kitty's icat, however also supports displaying animated GIFs +`timg `_ + A terminal image and video viewer, that displays static and animated + images or plays videos. Fast multi-threaded loading, JPEG exif rotation, + grid view and connecting to the webcam make it a versatile terminal utility. + +. System and data visualisation tools ---------------------------------------