kitty/tools
2023-03-04 12:50:07 +05:30
..
cli Use Once for CachedHostname 2023-03-03 15:20:35 +05:30
cmd Implement unicode placeholders in icat 2023-03-04 11:54:22 +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 Fix active TMUX session detection 2023-03-04 12:50:07 +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 Use Once for CachedHostname 2023-03-03 15:20:35 +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.