kitty/tools
2023-02-28 19:01:15 +05:30
..
cli Get completion working for kitten ssh 2023-02-26 08:01:02 +05:30
cmd DRYer 2023-02-28 15:48:04 +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 Make test more robust 2023-02-28 13:44:29 +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 Add Read/Write to the MMap interface 2023-02-28 19:01:15 +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.