kitty/tools
Kovid Goyal 4a4500d56b
Dont make urls part of styling, instead have a dedicated UrlFunc API
Since urls can potentially change a lot, caching them makes no sense
2022-11-14 15:41:53 +05:30
..
cli Add license info to Go files 2022-11-14 15:41:51 +05:30
cmd Implement socket I/O 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 ... 2022-11-14 15:41:52 +05:30
utils Dont make urls part of styling, instead have a dedicated UrlFunc API 2022-11-14 15:41:53 +05:30
wcswidth Add license info to Go files 2022-11-14 15:41:51 +05:30
README.rst

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.