package kittyimg

  1. Overview
  2. Docs
An implementation of Kitty's terminal graphics protocol

Install

Dune Dependency

Authors

Maintainers

Sources

kittyimg-0.1.tbz
sha256=41888e4321f9e4df13652b8a836b067d9001561bb01d0d1fcd26a2ca004ac8aa
sha512=7910a297176fb972bf50cfe38e776e3c6f9f85d652ab57186b7367de77259c8e55708600de8f3860db57eeb20c13a53ed5f2de0c38fac3fadc3d80d5d2bed97b

README.md.html

Kitty's terminal graphics protocol -- client-side OCaml implementation

See https://sw.kovidgoyal.net/kitty/graphics-protocol/.

This is WIP but should be enough for basic tasks. Support for "advanced" uses of the protocols (using images/pattern ids) probably needs more work. Contributions welcome!