kitty/tools
Kovid Goyal 3c29ce936b
Dont recurse for file completion
We could potentially end up recursing over the entire file system. And
for completion we only present the candidates in the immediate directory
anyway.
2022-11-14 15:41:57 +05:30
..
cli more tests for indent and wrap 2022-11-14 15:41:56 +05:30
cmd Add an entry point for the completion tool 2022-11-14 15:41:56 +05:30
completion Dont recurse for file completion 2022-11-14 15:41:57 +05:30
crypto ... 2022-11-14 15:41:57 +05:30
tty Password input: Handle SIGTSTP 2022-11-14 15:41:55 +05:30
tui Use Unsafe rather than Dangerous to be consistent 2022-11-14 15:41:55 +05:30
utils Dont recurse for file completion 2022-11-14 15:41:57 +05:30
wcswidth Allow parsing strings with escape code parser 2022-11-14 15:41:55 +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.