mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-07 16:34:10 +01:00
Add goodreads search provider (#5778)
This commit is contained in:
parent
0b4bba4ca2
commit
d2725d44fc
@ -15,6 +15,7 @@ function web_search() {
|
||||
github "https://github.com/search?q="
|
||||
baidu "https://www.baidu.com/s?wd="
|
||||
ecosia "https://www.ecosia.org/search?q="
|
||||
goodreads "https://www.goodreads.com/search?q="
|
||||
)
|
||||
|
||||
# check whether the search engine is supported
|
||||
@ -47,6 +48,7 @@ alias yandex='web_search yandex'
|
||||
alias github='web_search github'
|
||||
alias baidu='web_search baidu'
|
||||
alias ecosia='web_search ecosia'
|
||||
alias goodreads='web_search goodreads'
|
||||
|
||||
#add your own !bang searches here
|
||||
alias wiki='web_search duckduckgo \!w'
|
||||
|
Loading…
Reference in New Issue
Block a user