kitty/tools
2025-07-08 12:03:58 +05:30
..
cli Add conf file for desktop-ui kitten 2025-07-01 13:26:39 +05:30
cmd Turn off focus tracking while doing tty remote control 2025-06-16 21:57:19 +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
fzf ... 2025-06-06 13:32:46 +05:30
icons Fix recursion into symlinks to dirs 2025-06-25 08:35:38 +05:30
ignorefiles Finish up gitignore implementation 2025-07-08 12:03:58 +05:30
rsync Rename go module from kitty -> github.com/kovidgoyal/kitty 2025-05-16 08:43:39 +05:30
simdstring Rename go module from kitty -> github.com/kovidgoyal/kitty 2025-05-16 08:43:39 +05:30
themes Rename go module from kitty -> github.com/kovidgoyal/kitty 2025-05-16 08:43:39 +05:30
tty Rename go module from kitty -> github.com/kovidgoyal/kitty 2025-05-16 08:43:39 +05:30
tui Allow more sophisticated event tracking for hover regions 2025-07-05 13:04:43 +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 Implement file filters via dbus 2025-07-06 12:17:09 +05:30
vt More work on Go VT parser 2025-02-10 11:46:46 +05:30
wcswidth Rename go module from kitty -> github.com/kovidgoyal/kitty 2025-05-16 08:43:39 +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.