kitty/tools
Kovid Goyal bf773351ed
DRYer
2023-03-17 11:00:00 +05:30
..
cli Use maps package for generic keys/values functions 2023-03-14 22:49:40 +05:30
cmd Dont request release events for most kittens 2023-03-17 10:50:10 +05:30
config Add support for more option types to Go conf file parsing 2023-03-15 15:17:38 +05:30
crypto Switch to using Go stdlib for ECDH crypto 2023-02-03 09:50:42 +05:30
themes Dont rely on filesystem mtimes for test as they can be flaky 2023-03-14 21:13:14 +05:30
tty More work on porting ssh kitten 2023-02-26 11:26:28 +05:30
tui DRYer 2023-03-17 11:00:00 +05:30
unicode_names Update to Nerd Fonts 2.3.3 2023-03-04 23:23:52 +08:00
utils ... 2023-03-15 15:32:04 +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.