Kovid Goyal 1eeea70c7a Allow dynamically generating configuration by running an arbitrary program using the new geninclude directive 6 days ago
..
cli 8a1f829653 Call _command_offset from bash-completion framework only if available 3 months ago
cmd 334adf9c1a Ensure temp files and other resources are cleaned up even if kitty crashes or is SIGKILLed 1 week ago
config 1eeea70c7a Allow dynamically generating configuration by running an arbitrary program using the new geninclude directive 6 days ago
crypto 0107d1cb89 Import base85.go into tree 1 year ago
rsync 405f5ce148 Use stdlib maps/slices 6 months ago
simdstring 32f0da2e77 Ensure no frame is created for assembly functions 10 months ago
themes 35b3ae8edb Revert "themes kitten: When using the Default theme as an auto switch theme include all the actual settings values" 3 weeks ago
tty 0fcb055246 tty: retry on temporary read errors 10 months ago
tui 2d02ff1c5f Implement using effective kitty config options for kittens 1 week ago
unicode_names af8605dabf bump unicode version to 16 2 months ago
utils 334adf9c1a Ensure temp files and other resources are cleaned up even if kitty crashes or is SIGKILLed 1 week ago
wcswidth af8605dabf bump unicode version to 16 2 months ago
README.rst 6504dd15c1 Update folder README 1 year ago

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.