From c27d4f440714976d34d750d6a36ab59fa7848ce7 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 20 Apr 2016 20:57:49 +0200 Subject: [PATCH] Update docs --- CHANGELOG.asciidoc | 1 + README.asciidoc | 2 +- doc/help/commands.asciidoc | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 5ff06602c..0a725709b 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -22,6 +22,7 @@ Added - 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 `{url:pretty}` commandline replacement which gets replaced by the decoded URL. Changed ~~~~~~~ diff --git a/README.asciidoc b/README.asciidoc index 8531a92f5..aca9172d3 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -173,10 +173,10 @@ Contributors, sorted by the number of commits in descending order: * John ShaggyTwoDope Jenkins * Jimmy * Peter Vilim +* Panagiotis Ktistakis * Clayton Craft * Oliver Caldwell * Jonas Schürmann -* Panagiotis Ktistakis * Jakub Klinkovský * skinnay * error800 diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index 5d4786bbe..bf0891904 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -655,7 +655,7 @@ Syntax: +:spawn [*--userscript*] [*--verbose*] [*--detach*] 'cmdline'+ 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 * +'cmdline'+: The commandline to execute.