diff --git a/README.asciidoc b/README.asciidoc index c6e16c998..99ee4b3da 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -162,6 +162,7 @@ Contributors, sorted by the number of commits in descending order: * neeasade * jnphilipp * Tobias Patzl +* Peter Michely * Jonas Schürmann * Johannes Altmanninger * Samir Benmendil diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index 012522909..e21eecaf7 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -261,7 +261,11 @@ Start hinting. - With `spawn`: The executable and arguments to spawn. `{hint-url}` will get replaced by the selected URL. - - With `userscript`: The userscript to execute. + - With `userscript`: The userscript to execute. Either store + the userscript in + `~/.local/share/qutebrowser/userscripts` + (or `$XDG_DATA_DIR`), or use an absolute + path. - With `fill`: The command to fill the statusbar with. `{hint-url}` will get replaced by the selected URL. @@ -580,7 +584,9 @@ Note the {url} variable which gets replaced by the current URL might be useful h * +'cmdline'+: The commandline to execute. ==== optional arguments -* +*-u*+, +*--userscript*+: Run the command as a userscript. +* +*-u*+, +*--userscript*+: Run the command as a userscript. Either store the userscript in `~/.local/share/qutebrowser/userscripts` + (or `$XDG_DATA_DIR`), or use an absolute path. + * +*-v*+, +*--verbose*+: Show notifications when the command started/exited. * +*-d*+, +*--detach*+: Whether the command should be detached from qutebrowser.