kitty/tools
2022-11-14 15:42:02 +05:30
..
cli Get rid of the cobra dependency 2022-11-14 15:42:02 +05:30
cmd Get rid of the cobra dependency 2022-11-14 15:42:02 +05:30
completion Move kitty-tool __complete__ to use the new CLI framework 2022-11-14 15:42:01 +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 Fix some issues reported by staticcheck 2022-11-14 15:42:01 +05:30
utils Use the standard library deque 2022-11-14 15:42:01 +05:30
wcswidth Port code to truncate strings to visual width to Go 2022-11-14 15:41:58 +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.