kitty/tools
2023-02-28 13:50:06 +05:30
..
cli Get completion working for kitten ssh 2023-02-26 08:01:02 +05:30
cmd Dont create SHM files in the bootstrap limit and related tests 2023-02-28 13:16:00 +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 Fix WriteWithSize() on shm_syscall 2023-02-28 13:50:06 +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.