Regenerate docs.
This commit is contained in:
parent
749d7bfc3c
commit
b5dc9d485d
@ -162,6 +162,7 @@ Contributors, sorted by the number of commits in descending order:
|
|||||||
* neeasade
|
* neeasade
|
||||||
* jnphilipp
|
* jnphilipp
|
||||||
* Tobias Patzl
|
* Tobias Patzl
|
||||||
|
* Peter Michely
|
||||||
* Jonas Schürmann
|
* Jonas Schürmann
|
||||||
* Johannes Altmanninger
|
* Johannes Altmanninger
|
||||||
* Samir Benmendil
|
* Samir Benmendil
|
||||||
|
@ -261,7 +261,11 @@ Start hinting.
|
|||||||
- With `spawn`: The executable and arguments to spawn.
|
- With `spawn`: The executable and arguments to spawn.
|
||||||
`{hint-url}` will get replaced by the selected
|
`{hint-url}` will get replaced by the selected
|
||||||
URL.
|
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.
|
- With `fill`: The command to fill the statusbar with.
|
||||||
`{hint-url}` will get replaced by the selected
|
`{hint-url}` will get replaced by the selected
|
||||||
URL.
|
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.
|
* +'cmdline'+: The commandline to execute.
|
||||||
|
|
||||||
==== optional arguments
|
==== 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.
|
* +*-v*+, +*--verbose*+: Show notifications when the command started/exited.
|
||||||
* +*-d*+, +*--detach*+: Whether the command should be detached from qutebrowser.
|
* +*-d*+, +*--detach*+: Whether the command should be detached from qutebrowser.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user