Add versionadded notes

This commit is contained in:
Kovid Goyal 2021-01-31 07:42:01 +05:30
parent 0681e6a9b6
commit ee198ca863
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 5 additions and 0 deletions

View File

@ -1,11 +1,14 @@
Hyperlinked grep Hyperlinked grep
================= =================
This kitten allows you to search your files using `ripgrep This kitten allows you to search your files using `ripgrep
<https://www.google.com/search?q=ripgrep>`_ and open the results <https://www.google.com/search?q=ripgrep>`_ and open the results
directly in your favorite editor in the terminal, at the line containing directly in your favorite editor in the terminal, at the line containing
the search result, simply by clicking on the result you want. the search result, simply by clicking on the result you want.
.. versionadded:: 0.19.0
To set it up, first create :file:`~/.config/kitty/open-actions.conf` with the To set it up, first create :file:`~/.config/kitty/open-actions.conf` with the
following contents: following contents:

View File

@ -21,6 +21,8 @@ to *Edit* it in which case kitty will download it and open it locally in your
to the remote computer. Note that this happens without needing to install *any* to the remote computer. Note that this happens without needing to install *any*
special software on the server, beyond ``ls`` that supports hyperlinks. special software on the server, beyond ``ls`` that supports hyperlinks.
.. versionadded:: 0.19.0
.. note:: .. note::
Nested SSH sessions are not supported. The kitten will always try to copy Nested SSH sessions are not supported. The kitten will always try to copy
remote files from the first SSH host. This is because there is no way for remote files from the first SSH host. This is because there is no way for