Skip to content

Commit d2725d4

Browse files
affteerobbyrussell
authored andcommitted
Add goodreads search provider (ohmyzsh#5778)
1 parent 0b4bba4 commit d2725d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/web-search/web-search.plugin.zsh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ function web_search() {
1515
github "https://github.com/search?q="
1616
baidu "https://www.baidu.com/s?wd="
1717
ecosia "https://www.ecosia.org/search?q="
18+
goodreads "https://www.goodreads.com/search?q="
1819
)
1920

2021
# check whether the search engine is supported
@@ -47,6 +48,7 @@ alias yandex='web_search yandex'
4748
alias github='web_search github'
4849
alias baidu='web_search baidu'
4950
alias ecosia='web_search ecosia'
51+
alias goodreads='web_search goodreads'
5052

5153
#add your own !bang searches here
5254
alias wiki='web_search duckduckgo \!w'

0 commit comments

Comments
 (0)