kitty/tools
Kovid Goyal ce3062cbde
UTF-8 decode/encode for Go
The builtin utf-8 package has semantics not suitable for us
2022-11-14 15:41:48 +05:30
..
base85 Start work on implementing kitty @ as a static binary using Go 2022-11-14 15:41:43 +05:30
cli The stupid term package is not EINTR safe 2022-11-14 15:41:48 +05:30
cmd Some work on implementing TTYIO 2022-11-14 15:41:47 +05:30
crypto Add some basic RC serialization tests 2022-11-14 15:41:46 +05:30
utils UTF-8 decode/encode for Go 2022-11-14 15:41:48 +05:30
README.rst Start work on implementing kitty @ as a static binary using Go 2022-11-14 15:41:43 +05:30

This folder contains various small command line utilities compiled statically
for doing things like kitty remote control or icat on machines where the full
kitty is not available.