kitty/tools
Kovid Goyal d88105319d
clipboard kitten: Allow STDIN to be connected to a program that itself uses the tty directly
Read in STDIN first, and only then start terminal IO, hopefully allowing
the other program to finish its terminal IO before we start.

Fixes #5934
2023-01-26 12:40:08 +05:30
..
cli zsh completion; Fix leading ~ in filenames being quoted on insertion into commandline 2023-01-04 11:07:56 +05:30
cmd clipboard kitten: Allow STDIN to be connected to a program that itself uses the tty directly 2023-01-26 12:40:08 +05:30
crypto ... 2022-11-14 15:41:57 +05:30
tty Function to drain controlling tty 2023-01-23 16:07:00 +05:30
tui We still need full keyboard protocol for @ send-text 2023-01-23 16:33:08 +05:30
utils Add a test for creation of anonymous tempfiles 2023-01-26 11:51:02 +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.