Update docs
This commit is contained in:
parent
74ee0d88e3
commit
f2f0f429fb
@ -43,6 +43,7 @@ Changed
|
|||||||
`:download-cancel --all`. It does the same as `:download-clear`.
|
`:download-cancel --all`. It does the same as `:download-clear`.
|
||||||
- Improved detection of URLs/search terms when pasting multiple lines.
|
- Improved detection of URLs/search terms when pasting multiple lines.
|
||||||
- Don't remove `qutebrowser-editor-*` temporary file if editor subprocess crashed
|
- Don't remove `qutebrowser-editor-*` temporary file if editor subprocess crashed
|
||||||
|
- Userscripts are also searched in `/usr/share/qutebrowser/userscripts`.
|
||||||
|
|
||||||
Fixed
|
Fixed
|
||||||
~~~~~
|
~~~~~
|
||||||
|
@ -199,6 +199,7 @@ Contributors, sorted by the number of commits in descending order:
|
|||||||
* Fritz V155 Reichwald
|
* Fritz V155 Reichwald
|
||||||
* Franz Fellner
|
* Franz Fellner
|
||||||
* Corentin Jule
|
* Corentin Jule
|
||||||
|
* Clayton Craft
|
||||||
* zwarag
|
* zwarag
|
||||||
* xd1le
|
* xd1le
|
||||||
* haxwithaxe
|
* haxwithaxe
|
||||||
|
@ -625,8 +625,11 @@ 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. Either store the userscript in `~/.local/share/qutebrowser/userscripts`
|
* +*-u*+, +*--userscript*+: Run the command as a userscript. You can use an absolute path, or store the userscript in one of those
|
||||||
(or `$XDG_DATA_DIR`), or use an absolute path.
|
locations:
|
||||||
|
- `~/.local/share/qutebrowser/userscripts`
|
||||||
|
(or `$XDG_DATA_DIR`)
|
||||||
|
- `/usr/share/qutebrowser/userscripts`
|
||||||
|
|
||||||
* +*-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.
|
||||||
|
@ -918,9 +918,12 @@ class CommandDispatcher:
|
|||||||
useful here.
|
useful here.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
userscript: Run the command as a userscript. Either store the
|
userscript: Run the command as a userscript. You can use an
|
||||||
userscript in `~/.local/share/qutebrowser/userscripts`
|
absolute path, or store the userscript in one of those
|
||||||
(or `$XDG_DATA_DIR`), or use an absolute path.
|
locations:
|
||||||
|
- `~/.local/share/qutebrowser/userscripts`
|
||||||
|
(or `$XDG_DATA_DIR`)
|
||||||
|
- `/usr/share/qutebrowser/userscripts`
|
||||||
verbose: Show notifications when the command started/exited.
|
verbose: Show notifications when the command started/exited.
|
||||||
detach: Whether the command should be detached from qutebrowser.
|
detach: Whether the command should be detached from qutebrowser.
|
||||||
cmdline: The commandline to execute.
|
cmdline: The commandline to execute.
|
||||||
|
Loading…
Reference in New Issue
Block a user