Merge branch 'add-timg-to-graphics-docs' of https://github.com/hzeller/kitty

This commit is contained in:
Kovid Goyal 2021-03-06 10:48:54 +05:30
commit c48a42bec5
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 7 additions and 1 deletions

View File

@ -40,7 +40,7 @@ Some programs that use the kitty graphics protocol:
* `viu <https://github.com/atanunq/viu>`_ - a terminal image viewer * `viu <https://github.com/atanunq/viu>`_ - a terminal image viewer
* `glkitty <https://github.com/michaeljclark/glkitty>`_ - C library to draw OpenGL shaders in the terminal with a glgears demo * `glkitty <https://github.com/michaeljclark/glkitty>`_ - C library to draw OpenGL shaders in the terminal with a glgears demo
* `ctx.graphics <https://ctx.graphics/>`_ - Library for drawing graphics * `ctx.graphics <https://ctx.graphics/>`_ - Library for drawing graphics
* `timg <https://github.com/hzeller/timg>` - a terminal image and video viewer
.. contents:: .. contents::

View File

@ -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 view images in the terminal, similar to kitty's icat, however also supports
displaying animated GIFs displaying animated GIFs
`timg <https://github.com/hzeller/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 System and data visualisation tools
--------------------------------------- ---------------------------------------