Unverified Commit 0fd11130 authored by Pierre Gimalac's avatar Pierre Gimalac Committed by GitHub
Browse files

web-search: add Wayback Archive (#8784)

parent aee9e603
......@@ -40,6 +40,7 @@ Available search contexts are:
| `givero` | `https://www.givero.com/search?q=` |
| `stackoverflow` | `https://stackoverflow.com/search?q=` |
| `wolframalpha` | `https://wolframalpha.com/input?i=` |
| `archive` | `https://web.archive.org/web/*/` |
Also there are aliases for bang-searching DuckDuckGo:
......
......@@ -20,6 +20,7 @@ function web_search() {
givero "https://www.givero.com/search?q="
stackoverflow "https://stackoverflow.com/search?q="
wolframalpha "https://www.wolframalpha.com/input/?i="
archive "https://web.archive.org/web/*/"
)
# check whether the search engine is supported
......@@ -57,6 +58,7 @@ alias qwant='web_search qwant'
alias givero='web_search givero'
alias stackoverflow='web_search stackoverflow'
alias wolframalpha='web_search wolframalpha'
alias archive='web_search archive'
#add your own !bang searches here
alias wiki='web_search duckduckgo \!w'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment