kitty/tools
2023-03-14 12:29:44 +05:30
..
cli Start work on porting hints kitten to Go 2023-03-09 19:00:56 +05:30
cmd Make code to convert rune offsets to byte offsets re-useable 2023-03-14 12:29:44 +05:30
config Use the new string scanner everywhere 2023-03-08 13:31:27 +05:30
crypto Switch to using Go stdlib for ECDH crypto 2023-02-03 09:50:42 +05:30
themes Wire up the new subseq match code 2023-03-14 12:29:44 +05:30
tty More work on porting ssh kitten 2023-02-26 11:26:28 +05:30
tui Convenient loop API to print styled strings 2023-03-14 12:29:44 +05:30
unicode_names Update to Nerd Fonts 2.3.3 2023-03-04 23:23:52 +08:00
utils Port the subseq matcher to Go 2023-03-14 12:29:44 +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.