feat(web-search): add Mozilla Developer Network search query

This commit is contained in:
Luis Estevez 2025-04-08 15:15:04 -04:00
commit f31b718d78
No known key found for this signature in database
GPG key ID: D1B4697A73EDDA48
2 changed files with 3 additions and 0 deletions

View file

@ -34,6 +34,7 @@ function web_search() {
chatgpt "https://chatgpt.com/?q="
reddit "https://www.reddit.com/search/?q="
ppai "https://www.perplexity.ai/search/new?q="
mdn "https://developer.mozilla.org/search?q="
)
# check whether the search engine is supported
@ -89,6 +90,7 @@ alias gopkg='web_search gopkg'
alias chatgpt='web_search chatgpt'
alias reddit='web_search reddit'
alias ppai='web_search ppai'
alias mdn='web_search mdn'
#add your own !bang searches here
alias wiki='web_search duckduckgo \!w'