kitty/tools
copilot-swe-agent[bot] 7757d160bc
RemoveChildren: use RefCountedFile instead of DupFile, skip seek for child dirs
Agent-Logs-Url: https://github.com/kovidgoyal/kitty/sessions/e648c02e-d4cc-4f6c-8188-17941e8a1dd8

Co-authored-by: kovidgoyal <1308621+kovidgoyal@users.noreply.github.com>
2026-04-27 04:01:02 +00:00
..
cli Modernize Go code 2026-03-21 08:41:47 +05:30
cmd Use SIMD base64 everywhere 2026-04-21 11:56:55 +05:30
config Start work on config watcher kitten 2026-04-16 12:37:43 +05:30
crypto
disk_cache Add a clear cache action 2025-11-23 12:15:29 +05:30
fzf
highlight
icons
ignorefiles Dont write to ~/.gitconfig in the tests 2025-11-13 18:50:42 +05:30
rsync Modernize Go code 2026-03-21 08:41:47 +05:30
simdstring ... 2026-03-12 13:48:20 +05:30
themes Rename pane → window title bar per reviewer feedback 2026-03-01 23:53:28 -05:00
tty Use SIMD base64 everywhere 2026-04-21 11:56:55 +05:30
tui Use SIMD base64 everywhere 2026-04-21 11:56:55 +05:30
unicode_names Add support for Unicode 17 2025-10-18 09:59:53 +05:30
utils RemoveChildren: use RefCountedFile instead of DupFile, skip seek for child dirs 2026-04-27 04:01:02 +00:00
vt run modernize 2025-11-11 17:09:37 +05:30
watch run go modernizer 2026-04-16 19:12:31 +05:30
wcswidth Modernize Go code 2026-03-21 08:41:47 +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.