From 36b8802f438a4d2283b551cfba7b92d0bc1da4eb Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 20 Feb 2018 16:32:57 +0530 Subject: [PATCH] Add a link to the graphics protocol page in the README --- README.asciidoc | 2 +- graphics-protocol.asciidoc | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index e7b7d3d09..280aa0aa5 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -57,7 +57,7 @@ image::https://travis-ci.org/kovidgoyal/kitty.svg?branch=master[Build status, li load and buttery smooth scrolling. Uses threaded rendering to minimize input latency. -* Supports all modern terminal features: graphics (images), unicode, +* Supports all modern terminal features: link:graphics-protocol.asciidoc[graphics (images)], unicode, true-color, OpenType ligatures, mouse protocol, focus tracking, bracketed paste and so on. * Supports tiling multiple terminal windows side by side in different diff --git a/graphics-protocol.asciidoc b/graphics-protocol.asciidoc index e807b4aa8..cc65b1de4 100644 --- a/graphics-protocol.asciidoc +++ b/graphics-protocol.asciidoc @@ -24,6 +24,11 @@ kitty icat path/to/some/image.png You can also see a screenshot with more sophisticated features such as alpha-blending and text over graphics link:https://github.com/kovidgoyal/kitty/issues/33#issuecomment-334436100[here]. +Some third-party programs that use the kitty graphics protocol: + + * link:https://github.com/dsanson/termpdf[termdpf] - a terminal PDF/DJVU/CBR viewer + * link:https://github.com/ranger/ranger[ranger] - a terminal file manager, with image previews, see this link:https://github.com/ranger/ranger/pull/1077[PR] + toc::[] == Getting the window size