kitty/tools
Kovid Goyal 6b8e5ea225
Rename kitty-tool to kitten
It's easier to type, and cuter.

Also, most, if not all of the TUI parts of
kitty's kittens will eventually be re-written into kitten.

The only downside I can see is that we cant tab complete kitty
anymore, but hopefully there will be less reason to run kitty
from the shell as command line tools migrate to kitten.

Meowrrrr!!!
2023-01-14 15:44:52 +05:30
..
cli zsh completion; Fix leading ~ in filenames being quoted on insertion into commandline 2023-01-04 11:07:56 +05:30
cmd Rename kitty-tool to kitten 2023-01-14 15:44:52 +05:30
crypto ... 2022-11-14 15:41:57 +05:30
tty get rid of interface{} since we now require Go 1.18 2022-11-14 15:42:00 +05:30
tui Simplify icat code and write to STDOUT rather than the terminal device 2023-01-06 16:16:15 +05:30
utils More work on ImageMagick 2023-01-05 19:15:13 +05:30
wcswidth Make the Unicode database version used available 2022-11-17 20:11:50 +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.