mirror of
https://github.com/kovidgoyal/kitty.git
synced 2024-11-10 13:04:03 +03:00
Update docs to mention kitty-tool
This commit is contained in:
parent
d60ecfa8a6
commit
737919505d
@ -35,6 +35,13 @@ mouse anywhere in the current command to move the cursor there. See
|
||||
Detailed list of changes
|
||||
-------------------------------------
|
||||
|
||||
0.27.0 [future]
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
- A new statically compiled, standalone executable, ``kitty-tool`` (written in Go)
|
||||
that can be used on all UNIX-like servers for remote control (``kitty-tool @``)
|
||||
and eventually viewing images and other kittens.
|
||||
|
||||
0.26.5 [2022-11-07]
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
@ -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
|
||||
|
@ -304,7 +304,13 @@ The remote control protocol
|
||||
-----------------------------------------------
|
||||
|
||||
If you wish to develop your own client to talk to |kitty|, you can use the
|
||||
:doc:`remote control protocol specification <rc_protocol>`.
|
||||
:doc:`remote control protocol specification <rc_protocol>`. Note that there
|
||||
is a statically compiled, standalone executable, ``kitty-tool`` available that
|
||||
can be used as a remote control client on any UNIX like computer. This can be
|
||||
downloaded and used directly from the `kitty releases
|
||||
<https://github.com/kovidgoyal/kitty/releases>`__ page::
|
||||
|
||||
kitty-tool @ --help
|
||||
|
||||
|
||||
.. _search_syntax:
|
||||
|
Loading…
Reference in New Issue
Block a user