kitty/tools
Kovid Goyal 59b47a3a8f
A facility to easily have child programs print to kitty stdout
Works better than the kitty-print DCS escape code as that tends to get
interleaved with other writes to the tty since the loop infrastructure
writes in a separate I/O thread.
2023-07-30 19:49:44 +05:30
..
cli More work on porting transfer kitten 2023-07-30 19:49:39 +05:30
cmd Start work on porting the transfer kitten to Go 2023-07-30 19:49:37 +05:30
config simplify API of utils.Once 2023-05-26 22:42:07 +05:30
crypto Use encryption for bypass 2023-07-30 19:49:39 +05:30
rsync Wire up the rsync code in the send kitten 2023-07-30 19:49:43 +05:30
themes simplify API of utils.Once 2023-05-26 22:42:07 +05:30
tty A facility to easily have child programs print to kitty stdout 2023-07-30 19:49:44 +05:30
tui More work on porting transfer kitten 2023-07-30 19:49:39 +05:30
unicode_names Update to Nerd Fonts 2.3.3 2023-03-04 23:23:52 +08:00
utils Patcher signature generation implemented 2023-07-30 19:49:42 +05:30
wcswidth Also parse negative numbers in CSI 2023-03-29 15:12:22 +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.