kitty/tools
Kovid Goyal 1ddb1dc5e1
...
2023-02-28 13:00:19 +05:30
..
cli Get completion working for kitten ssh 2023-02-26 08:01:02 +05:30
cmd ... 2023-02-28 13:00: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 Finish porting support for color schemes to SSH kitten 2023-02-28 12:08:55 +05:30
tty More work on porting ssh kitten 2023-02-26 11:26:28 +05:30
tui Functions to punch DCS escapes through tmux 2023-02-26 11:11:42 +05:30
unicode_names Embed the data files needed for the ssh kitten into the Go binary 2023-02-26 08:01:03 +05:30
utils Finish porting support for color schemes to SSH kitten 2023-02-28 12:08:55 +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.