kitty/tools
2023-08-08 21:20:16 +05:30
..
cli Remove unused code 2023-08-05 10:11:15 +05:30
cmd Work on refactoring send kitten to fix various issues 2023-08-08 06:28:43 +05:30
config simplify API of utils.Once 2023-05-26 22:42:07 +05:30
crypto Remove already done TODO note 2023-08-08 21:20:16 +05:30
rsync 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
themes strings.Title works better than cases.Title 2023-08-07 21:49:50 +05:30
tty Fix debugprintln to forwarded stdio implementation 2023-07-30 19:49:45 +05:30
tui Make wait_for_write_complete more robust 2023-08-08 17:17:51 +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 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
wcswidth Dont wait for cancel response when user denies permission 2023-07-30 19:49:46 +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.