From 2d4adf4476926a61acf6c7848ea3d5d825cbe19c Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 25 Oct 2015 20:12:10 +0100 Subject: [PATCH] doc/userscripts: Clarify how to call userscripts via hints. --- doc/userscripts.asciidoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/userscripts.asciidoc b/doc/userscripts.asciidoc index 928315d33..04441f94b 100644 --- a/doc/userscripts.asciidoc +++ b/doc/userscripts.asciidoc @@ -5,6 +5,9 @@ The Compiler qutebrowser is extensible by writing userscripts which can be called via the `:spawn --userscript` command, or via a key binding. +You can also call a userscript via hints so they get the selected hint URL by +calling `:hint links userscript ...`. + These userscripts are similar to the (non-javascript) dwb userscripts. They can be written in any language which can read environment variables and write to a FIFO. Note they are *not* related to Greasemonkey userscripts.