mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 23:14:55 +02:00
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!!!
This commit is contained in:
@@ -41,11 +41,11 @@ with the following command line::
|
||||
|
||||
echo -en '\eP@kitty-cmd{"cmd":"ls","version":[0,14,2]}\e\\' | socat - unix:/tmp/test | awk '{ print substr($0, 13, length($0) - 14) }' | jq -c '.data | fromjson' | jq .
|
||||
|
||||
There is also the statically compiled stand-alone executable ``kitty-tool``
|
||||
There is also the statically compiled stand-alone executable ``kitten``
|
||||
that can be used for this, available from the `kitty releases
|
||||
<https://github.com/kovidgoyal/kitty/releases>`__ page::
|
||||
|
||||
kitty-tool @ --help
|
||||
kitten @ --help
|
||||
|
||||
.. _rc_crypto:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user