Update docs

This commit is contained in:
Florian Bruhin 2016-04-20 20:57:49 +02:00
parent 6a6285495a
commit c27d4f4407
3 changed files with 3 additions and 2 deletions

View File

@ -22,6 +22,7 @@ Added
- New `:edit-url` command to edit the URL in an external editor. - New `:edit-url` command to edit the URL in an external editor.
- New `network -> custom-headers` setting to send custom headers with every request. - New `network -> custom-headers` setting to send custom headers with every request.
- New `{url:pretty}` commandline replacement which gets replaced by the decoded URL.
Changed Changed
~~~~~~~ ~~~~~~~

View File

@ -173,10 +173,10 @@ Contributors, sorted by the number of commits in descending order:
* John ShaggyTwoDope Jenkins * John ShaggyTwoDope Jenkins
* Jimmy * Jimmy
* Peter Vilim * Peter Vilim
* Panagiotis Ktistakis
* Clayton Craft * Clayton Craft
* Oliver Caldwell * Oliver Caldwell
* Jonas Schürmann * Jonas Schürmann
* Panagiotis Ktistakis
* Jakub Klinkovský * Jakub Klinkovský
* skinnay * skinnay
* error800 * error800

View File

@ -655,7 +655,7 @@ Syntax: +:spawn [*--userscript*] [*--verbose*] [*--detach*] 'cmdline'+
Spawn a command in a shell. Spawn a command in a shell.
Note the {url} variable which gets replaced by the current URL might be useful here. Note the `{url}` and `{url:pretty}` variables might be useful here. `{url}` gets replaced by the URL in fully encoded format and `{url:pretty}` uses a "pretty form" with most percent-encoded characters decoded.
==== positional arguments ==== positional arguments
* +'cmdline'+: The commandline to execute. * +'cmdline'+: The commandline to execute.