Command line tools shouldnt need to resolve documentation refs

Instead use a new kitty+doc protocol and have kitty navigate to the
docs. Uses a default open action for the protocol, which can be
overriden by the user should they so desire.
This commit is contained in:
Kovid Goyal
2022-08-19 14:35:17 +05:30
parent 0b66f20934
commit 314dd97059
5 changed files with 50 additions and 14 deletions

View File

@@ -64,6 +64,10 @@ some special variables, documented below:
``FRAGMENT``
The fragment (unquoted), if any of the URL or the empty string.
``URL_PATH``
The path, query and fragment portions of the URL, without any
unquoting.
.. note::
You can use the :opt:`action_alias` option just as in :file:`kitty.conf` to