summaryrefslogtreecommitdiff
path: root/doc/userscripts.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2015-10-25 20:12:10 +0100
committerFlorian Bruhin <git@the-compiler.org>2015-10-25 20:12:10 +0100
commit2d4adf4476926a61acf6c7848ea3d5d825cbe19c (patch)
tree72e45b762627f360f8c2e643ab01b429a862e709 /doc/userscripts.asciidoc
parenteb1a1bbdd8ef4c2e77ef93ac127645ec7060fd68 (diff)
downloadqutebrowser-2d4adf4476926a61acf6c7848ea3d5d825cbe19c.tar.gz
qutebrowser-2d4adf4476926a61acf6c7848ea3d5d825cbe19c.zip
doc/userscripts: Clarify how to call userscripts via hints.
Diffstat (limited to 'doc/userscripts.asciidoc')
-rw-r--r--doc/userscripts.asciidoc3
1 files changed, 3 insertions, 0 deletions
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 <mail@qutebrowser.org>
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.