|
@@ -32,6 +32,7 @@ function web_search() {
|
|
|
packagist "https://packagist.org/?query="
|
|
|
gopkg "https://pkg.go.dev/search?m=package&q="
|
|
|
chatgpt "https://chatgpt.com/?q="
|
|
|
+ reddit "https://www.reddit.com/search/?q="
|
|
|
)
|
|
|
|
|
|
# check whether the search engine is supported
|
|
@@ -85,6 +86,7 @@ alias npmpkg='web_search npmpkg'
|
|
|
alias packagist='web_search packagist'
|
|
|
alias gopkg='web_search gopkg'
|
|
|
alias chatgpt='web_search chatgpt'
|
|
|
+alias reddit='web_search reddit'
|
|
|
|
|
|
#add your own !bang searches here
|
|
|
alias wiki='web_search duckduckgo \!w'
|