Update docs

This commit is contained in:
Florian Bruhin 2017-02-04 17:43:27 +01:00
parent 3e6fd27afd
commit 22873f829c
3 changed files with 7 additions and 1 deletions

View File

@ -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
~~~~~~~ ~~~~~~~

View File

@ -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

View File

@ -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: