diff --git a/docs/changelog.rst b/docs/changelog.rst index afb9b14dd..5e59d8f57 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/rc_protocol.rst b/docs/rc_protocol.rst index f3154d102..64626d1ac 100644 --- a/docs/rc_protocol.rst +++ b/docs/rc_protocol.rst @@ -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 +`__ page:: + + kitty-tool @ --help + .. _rc_crypto: Encrypted communication diff --git a/docs/remote-control.rst b/docs/remote-control.rst index 859f5e229..2792a0d2f 100644 --- a/docs/remote-control.rst +++ b/docs/remote-control.rst @@ -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 `. +:doc:`remote control protocol specification `. 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 +`__ page:: + + kitty-tool @ --help .. _search_syntax: