Update docs to mention kitty-tool

This commit is contained in:
Kovid Goyal
2022-11-14 20:58:24 +05:30
parent d60ecfa8a6
commit 737919505d
3 changed files with 20 additions and 1 deletions

View File

@@ -40,6 +40,12 @@ 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``
that can be used for this, available from the `kitty releases
<https://github.com/kovidgoyal/kitty/releases>`__ page::
kitty-tool @ --help
.. _rc_crypto:
Encrypted communication