kitty/tools
2023-03-07 07:57:14 +05:30
..
cli get rid of utils.Cut since we can now rely on strings.Cut instead 2023-03-04 13:37:55 +05:30
cmd ... 2023-03-05 14:25:19 +05:30
config Support include when loading themes from dirs 2023-02-26 21:16:29 +05:30
crypto Switch to using Go stdlib for ECDH crypto 2023-02-03 09:50:42 +05:30
themes Map should use same order of arguments as pythons map 2023-03-05 12:19:03 +05:30
tty More work on porting ssh kitten 2023-02-26 11:26:28 +05:30
tui Synthesize click events in the loop 2023-03-07 07:57:14 +05:30
unicode_names Update to Nerd Fonts 2.3.3 2023-03-04 23:23:52 +08:00
utils Cleanup ring buffer implementation 2023-03-07 07:43:53 +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.