kitty/tools
2024-10-28 14:01:42 +05:30
..
cli Call _command_offset from bash-completion framework only if available 2024-10-14 15:40:43 +09:00
cmd Add a framework for easily and securely using remote control from the main function of a custom kitten 2024-09-29 20:36:12 +05:30
config When running a kitten that modifies the kitty config file if no config file exists create a commented out default config file and then modify it 2024-10-28 14:01:42 +05:30
crypto
rsync Use stdlib maps/slices 2024-06-24 07:54:13 +05:30
simdstring Ensure no frame is created for assembly functions 2024-03-15 07:58:09 +05:30
themes Store transparent colors on ColorProfile 2024-09-24 19:02:13 +05:30
tty tty: retry on temporary read errors 2024-02-25 09:57:35 +05:30
tui themes kitten: fix some keybaord shortcuts not working with weird IME systems on Linux that convert key events into text events 2024-10-15 09:51:52 +05:30
unicode_names Use stdlib maps/slices 2024-06-24 07:54:13 +05:30
utils Dont ignore err in close on atomicwrite 2024-09-10 21:53:49 +05:30
wcswidth
README.rst

This folder contains library and utility code for the various "kittens". Small
terminal programs compiled statically for doing things like kitty remote
control, icat etc. These are often re-implementations of earlier kittens that
were written in Python.