mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-05-11 05:55:17 +00:00
web-search: add Wayback Archive (#8784)
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user