We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b4bba4 commit d2725d4Copy full SHA for d2725d4
plugins/web-search/web-search.plugin.zsh
@@ -15,6 +15,7 @@ function web_search() {
15
github "https://github.com/search?q="
16
baidu "https://www.baidu.com/s?wd="
17
ecosia "https://www.ecosia.org/search?q="
18
+ goodreads "https://www.goodreads.com/search?q="
19
)
20
21
# check whether the search engine is supported
@@ -47,6 +48,7 @@ alias yandex='web_search yandex'
47
48
alias github='web_search github'
49
alias baidu='web_search baidu'
50
alias ecosia='web_search ecosia'
51
+alias goodreads='web_search goodreads'
52
53
#add your own !bang searches here
54
alias wiki='web_search duckduckgo \!w'
0 commit comments