kitty/tools
2025-03-26 21:56:52 +05:30
..
cli Call _command_offset from bash-completion framework only if available 2024-10-14 15:40:43 +09:00
cmd Confirm and run tool 2025-03-20 13:35:12 +05:30
config Allow dynamically generating configuration by running an arbitrary program using the new geninclude directive 2025-01-06 19:00:01 +05:30
crypto
rsync Fix #8220 2025-01-16 13:21:31 +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 Fix shebang viewing of short scripts not working 2025-03-20 12:49:28 +05:30
tui Fix --hold always restoring cursor to block shape instead of respecting the value of cursor_shape 2025-02-18 20:21:07 +05:30
unicode_names bump unicode version to 16 2024-11-10 09:03:52 +05:30
utils Fix another incorrect use of unix.Stat_t 2025-02-09 14:22:08 +05:30
vt More work on Go VT parser 2025-02-10 11:46:46 +05:30
wcswidth More robust fetching of grapheme break test data in Go test 2025-03-26 21:56:52 +05:30
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.