kitty/tools
Kovid Goyal 4a49c3940a
Switch to using goroutines rather than a select()
More complex code since now we have to synchronize between threads,
but a good way to teach myself more about goroutines.
2022-11-14 15:41:52 +05:30
..
cli Add license info to Go files 2022-11-14 15:41:51 +05:30
cmd Switch to using goroutines rather than a select() 2022-11-14 15:41:52 +05:30
crypto Dont vendor base85 2022-11-14 15:41:51 +05:30
tty Use Go's os.File this allows us to implement WriteString without using unsafe 2022-11-14 15:41:52 +05:30
tui Switch to using goroutines rather than a select() 2022-11-14 15:41:52 +05:30
utils Switch to using goroutines rather than a select() 2022-11-14 15:41:52 +05:30
wcswidth Add license info to Go files 2022-11-14 15:41:51 +05:30
README.rst Start work on implementing kitty @ as a static binary using Go 2022-11-14 15:41:43 +05:30

This folder contains various small command line utilities compiled statically
for doing things like kitty remote control or icat on machines where the full
kitty is not available.