From d09155bcb8ce047d33ce97c34ae0c972281fe99d Mon Sep 17 00:00:00 2001 From: defanor Date: Wed, 6 Dec 2017 10:18:54 +0300 Subject: Add a web.archive.org shortcut into the default configuration Finding the last HTTP 200 response via the availability API, so a dummy "web-archive" scheme is added into the default configuration in order to use a custom command. The URI_ESCAPED environment variable is also introduced, though not used here -- but may be handy for similar custom commands. --- README | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index 5a1ea8f..c5a13db 100644 --- a/README +++ b/README @@ -82,7 +82,8 @@ Configuration ------------- Default configuration will be written into XDG configuration -directory, and would look approximately like this:: +directory, and would look approximately like this (slightly +simplified):: externalViewers: png: xdg-open "${FILE}" @@ -91,7 +92,7 @@ directory, and would look approximately like this:: commands: gopher: torify curl "${URI}" ssh: scp "${URI_REGNAME}:${URI_PATH}" /dev/stdout - defaultCommand: ! 'curl --compressed -4 -L "${URI}" -w " + defaultCommand: ! 'curl --compressed -4 -L -w " -pancake- @@ -99,12 +100,13 @@ directory, and would look approximately like this:: type: %{content_type} - "' + " "${URI}"' referenceDigits: 'rstwfpxcvaqzdgb' shortcuts: g: https://m.gutenberg.org/ebooks/search.mobile/?query= ddg: https://duckduckgo.com/lite/?q= wt: https://en.m.wiktionary.org/w/index.php?search= + wa: web-archive:///?url= wp: https://en.m.wikipedia.org/wiki/Special:Search?search= gp: gopher://gopherpedia.com:70/7/lookup? vs: gopher://gopher.floodgap.com/7/v2/vs? -- cgit v1.2.3