mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-10 10:19:51 +00:00
web-search: add Wayback Archive (#8784)
This commit is contained in:
@@ -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