kitty/tools
2025-01-05 20:58:33 +05:30
..
cli Call _command_offset from bash-completion framework only if available 2024-10-14 15:40:43 +09:00
cmd Ensure temp files and other resources are cleaned up even if kitty crashes or is SIGKILLed 2025-01-05 12:51:59 +05:30
config Dont use a global var for mocking 2025-01-05 20:58:33 +05:30
crypto Import base85.go into tree 2023-09-04 20:29:20 +05:30
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 Revert "themes kitten: When using the Default theme as an auto switch theme include all the actual settings values" 2024-12-20 12:54:47 +05:30
tty tty: retry on temporary read errors 2024-02-25 09:57:35 +05:30
tui Implement using effective kitty config options for kittens 2025-01-05 20:16:43 +05:30
unicode_names bump unicode version to 16 2024-11-10 09:03:52 +05:30
utils Ensure temp files and other resources are cleaned up even if kitty crashes or is SIGKILLed 2025-01-05 12:51:59 +05:30
wcswidth bump unicode version to 16 2024-11-10 09:03:52 +05:30
README.rst Update folder README 2023-03-27 13:20:10 +05:30

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.