diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 0fb8bda11..ff303c637 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -17,6 +17,11 @@ This project adheres to http://semver.org/[Semantic Versioning]. v0.10.0 (unreleased) -------------------- +Added +----- + +- Userscripts now have a new `$QUTE_COMMANDLINE_TEXT` environment variable, containing the current commandline contents. + Changed ~~~~~~~ diff --git a/README.asciidoc b/README.asciidoc index bdc4065c0..bbd6277a5 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -241,6 +241,7 @@ Contributors, sorted by the number of commits in descending order: * xd1le * rsteube * rmortens +* pkill9 * oniondreams * issue * haxwithaxe diff --git a/doc/userscripts.asciidoc b/doc/userscripts.asciidoc index 8904d0ef3..b44a6b8ff 100644 --- a/doc/userscripts.asciidoc +++ b/doc/userscripts.asciidoc @@ -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_DATA_DIR`: Path of the directory containing qutebrowser's data. - `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: