kitty/tools
2022-11-14 15:42:05 +05:30
..
cli Code to show help 2022-11-14 15:42:05 +05:30
cmd Avoid Querying screen size on every resize 2022-11-14 15:42:05 +05:30
crypto ... 2022-11-14 15:41:57 +05:30
tty get rid of interface{} since we now require Go 1.18 2022-11-14 15:42:00 +05:30
tui Avoid Querying screen size on every resize 2022-11-14 15:42:05 +05:30
utils Start work on history support for readline 2022-11-14 15:42:05 +05:30
wcswidth Improve performance when pasting large amounts of text into readline by not redrawing on every char 2022-11-14 15:42:05 +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.