From 80db167abbcd1f0b1aaa5b7563e066da1c6980b6 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 14 Dec 2022 10:31:56 +0530 Subject: [PATCH] Add mpv to the list of things that speak the graphics protocol --- docs/graphics-protocol.rst | 6 +++--- docs/integrations.rst | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/graphics-protocol.rst b/docs/graphics-protocol.rst index fe39cefb3..8fc0ff6c5 100644 --- a/docs/graphics-protocol.rst +++ b/docs/graphics-protocol.rst @@ -28,15 +28,14 @@ alpha-blending and text over graphics. Some programs and libraries that use the kitty graphics protocol: * `termpdf.py `_ - a terminal PDF/DJVU/CBR viewer -* `ranger `_ - a terminal file manager, with - image previews, see this `PR `_ +* `ranger `_ - a terminal file manager, with image previews * :doc:`kitty-diff ` - a side-by-side terminal diff program with support for images * `tpix `_ - a statically compiled binary that can be used to display images and easily installed on remote servers without root access +* `mpv `_ - A video player that * `pixcat `_ - a third party CLI and python library that wraps the graphics protocol * `neofetch `_ - A command line system information tool * `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 * `notcurses `_ - C library for terminal graphics with bindings for C++, Rust and Python @@ -44,6 +43,7 @@ Some programs and libraries that use the kitty graphics protocol: * `chafa `_ - a terminal image viewer * `hologram.nvim `_ - view images inside nvim * `term-image `_ - A Python library, CLI and TUI to display and browse images in the terminal +* `glkitty `_ - C library to draw OpenGL shaders in the terminal with a glgears demo Other terminals that have implemented the graphics protocol: diff --git a/docs/integrations.rst b/docs/integrations.rst index 19643193c..fb72d5dd1 100644 --- a/docs/integrations.rst +++ b/docs/integrations.rst @@ -80,6 +80,12 @@ base application that uses kitty's graphics protocol for images. A text mode WWW browser that supports kitty's graphics protocol to display images. +.. _tool_mpv: + +`mpv `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +A video player that can play videos in the terminal. + .. _tool_timg: `timg `_