Update docs
This commit is contained in:
parent
3e6fd27afd
commit
22873f829c
@ -17,6 +17,11 @@ This project adheres to http://semver.org/[Semantic Versioning].
|
|||||||
v0.10.0 (unreleased)
|
v0.10.0 (unreleased)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
Added
|
||||||
|
-----
|
||||||
|
|
||||||
|
- Userscripts now have a new `$QUTE_COMMANDLINE_TEXT` environment variable, containing the current commandline contents.
|
||||||
|
|
||||||
Changed
|
Changed
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
|
||||||
|
@ -241,6 +241,7 @@ Contributors, sorted by the number of commits in descending order:
|
|||||||
* xd1le
|
* xd1le
|
||||||
* rsteube
|
* rsteube
|
||||||
* rmortens
|
* rmortens
|
||||||
|
* pkill9
|
||||||
* oniondreams
|
* oniondreams
|
||||||
* issue
|
* issue
|
||||||
* haxwithaxe
|
* haxwithaxe
|
||||||
|
@ -38,7 +38,7 @@ The following environment variables will be set when a userscript is launched:
|
|||||||
- `QUTE_CONFIG_DIR`: Path of the directory containing qutebrowser's configuration.
|
- `QUTE_CONFIG_DIR`: Path of the directory containing qutebrowser's configuration.
|
||||||
- `QUTE_DATA_DIR`: Path of the directory containing qutebrowser's data.
|
- `QUTE_DATA_DIR`: Path of the directory containing qutebrowser's data.
|
||||||
- `QUTE_DOWNLOAD_DIR`: Path of the downloads directory.
|
- `QUTE_DOWNLOAD_DIR`: Path of the downloads directory.
|
||||||
- `QUTE_COMMANDLINE_TEXT`: Text currently in qutebrowser's command line. (Depends on which window the userscript is launched in)
|
- `QUTE_COMMANDLINE_TEXT`: Text currently in qutebrowser's command line.
|
||||||
|
|
||||||
In `command` mode:
|
In `command` mode:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user