kitty/tools
2022-11-14 15:41:50 +05:30
..
base85 Start work on implementing kitty @ as a static binary using Go 2022-11-14 15:41:43 +05:30
cli Move wcswidth into its own package as it is very slow to build 2022-11-14 15:41:50 +05:30
cmd Move escape code parser into wcswidth package 2022-11-14 15:41:50 +05:30
crypto Add some basic RC serialization tests 2022-11-14 15:41:46 +05:30
tty Handle EINTR in IsTerminal 2022-11-14 15:41:49 +05:30
tui Move escape code parser into wcswidth package 2022-11-14 15:41:50 +05:30
utils Move escape code parser into wcswidth package 2022-11-14 15:41:50 +05:30
wcswidth Move escape code parser into wcswidth package 2022-11-14 15:41:50 +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.