kitty/tools
2024-03-22 11:16:02 +05:30
..
cli ... 2024-02-25 09:57:36 +05:30
cmd Fix @ send-key not working to send keys to self over TTY 2024-03-05 13:09:07 +05:30
config Port test 2023-11-22 10:50:05 +05:30
crypto Import base85.go into tree 2023-09-04 20:29:20 +05:30
rsync More linter fixes 2023-09-18 21:07:39 +05:30
simdstring Ensure no frame is created for assembly functions 2024-03-15 07:58:09 +05:30
themes when parsing conf files in go accept both space and tab as key separators 2023-11-22 09:49:33 +05:30
tty tty: retry on temporary read errors 2024-02-25 09:57:35 +05:30
tui Fix #7243 2024-03-21 17:16:09 +05:30
unicode_names Port calls to slices.Sort functions since they now need a cmp() function rather than a less() function 2023-08-04 22:50:13 +05:30
utils Linter fixes 2024-03-22 11:16:02 +05:30
wcswidth More linter fixes 2023-09-22 12:20:37 +05:30
README.rst Update folder README 2023-03-27 13:20:10 +05:30

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.