kitty/tools
2023-02-15 17:42:31 +05:30
..
cli kitty @ shell: Fix global options being ignored 2023-02-04 12:54:49 +05:30
cmd Finish porting unicode input 2023-02-15 17:42:31 +05:30
crypto Switch to using Go stdlib for ECDH crypto 2023-02-03 09:50:42 +05:30
tty New API to suspend a loop 2023-02-14 22:27:41 +05:30
tui Finish porting unicode input 2023-02-15 17:42:31 +05:30
unicode_names Forgot to exclude some control chars from unicode name based searching 2023-02-14 21:33:21 +05:30
utils Fix atomic write not working when file does not exist 2023-02-15 10:46:47 +05:30
wcswidth Update Unicode data 2023-02-09 09:45:42 +05:30
README.rst Update README 2023-01-14 15:56:03 +05:30

This folder contains "kittens", that is, various small command line utilities
compiled statically for doing things like kitty remote control, icat etc. These
are often re-implementations of earlier kittens that were written in Python.