kitty/tools
2025-09-30 13:25:22 +05:30
..
cli Allow using defer in KittenMain 2025-09-30 11:20:37 +05:30
cmd Get rid of os.Exit() from ExecAndHoldTillEnter 2025-09-30 13:25:22 +05:30
config Rename go module from kitty -> github.com/kovidgoyal/kitty 2025-05-16 08:43:39 +05:30
crypto Rename go module from kitty -> github.com/kovidgoyal/kitty 2025-05-16 08:43:39 +05:30
disk_cache Fix pruning on DiskCache object creation 2025-09-30 13:18:00 +05:30
fzf ... 2025-06-06 13:32:46 +05:30
highlight Use SIMD to replace C0 control codes in Go code 2025-07-21 08:54:22 +05:30
icons Fix recursion into symlinks to dirs 2025-06-25 08:35:38 +05:30
ignorefiles Add a test for getting the global git config excludesfile value 2025-07-09 14:44:57 +05:30
rsync Rename go module from kitty -> github.com/kovidgoyal/kitty 2025-05-16 08:43:39 +05:30
simdstring Use SIMD to replace C0 control codes in Go code 2025-07-21 08:54:22 +05:30
themes Move back to individual settings for scrollbar 2025-09-14 17:48:59 +05:30
tty Rename go module from kitty -> github.com/kovidgoyal/kitty 2025-05-16 08:43:39 +05:30
tui Get rid of os.Exit() from ExecAndHoldTillEnter 2025-09-30 13:25:22 +05:30
unicode_names Update the list of nerd font names when updating other unicode data as well 2025-05-21 13:19:27 +05:30
utils Add integration test for go atexit implementation 2025-09-30 12:37:25 +05:30
vt More work on Go VT parser 2025-02-10 11:46:46 +05:30
wcswidth Implement previews for plain text files 2025-07-20 19:24:17 +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.