kitty/tools
pagedown 370aa3aaa6
Completion: Delegate kitty +complete to kitten
Implement `kitten __complete__ setup` in Go.
Fix zsh completion script to check `kitten`.
2023-02-03 18:16:04 +08:00
..
cli Completion: Delegate kitty +complete to kitten 2023-02-03 18:16:04 +08:00
cmd Completion: Delegate kitty +complete to kitten 2023-02-03 18:16:04 +08:00
crypto Switch to using Go stdlib for ECDH crypto 2023-02-03 09:50:42 +05:30
tty Function to drain controlling tty 2023-01-23 16:07:00 +05:30
tui icat: Dont try to further compress PNG images when using stream based transmission 2023-02-01 11:45:01 +05:30
utils Remove unused code 2023-02-03 09:51:54 +05:30
wcswidth Make the Unicode database version used available 2022-11-17 20:11:50 +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.