|
|
|
@ -33,6 +33,8 @@ function web_search() { |
|
|
|
packagist "https://packagist.org/?query=" |
|
|
|
packagist "https://packagist.org/?query=" |
|
|
|
gopkg "https://pkg.go.dev/search?m=package&q=" |
|
|
|
gopkg "https://pkg.go.dev/search?m=package&q=" |
|
|
|
chatgpt "https://chatgpt.com/?q=" |
|
|
|
chatgpt "https://chatgpt.com/?q=" |
|
|
|
|
|
|
|
grok "https://grok.com/?q=" |
|
|
|
|
|
|
|
claude "https://claude.ai/new?q=" |
|
|
|
reddit "https://www.reddit.com/search/?q=" |
|
|
|
reddit "https://www.reddit.com/search/?q=" |
|
|
|
ppai "https://www.perplexity.ai/search/new?q=" |
|
|
|
ppai "https://www.perplexity.ai/search/new?q=" |
|
|
|
) |
|
|
|
) |
|
|
|
@ -89,6 +91,8 @@ alias npmpkg='web_search npmpkg' |
|
|
|
alias packagist='web_search packagist' |
|
|
|
alias packagist='web_search packagist' |
|
|
|
alias gopkg='web_search gopkg' |
|
|
|
alias gopkg='web_search gopkg' |
|
|
|
alias chatgpt='web_search chatgpt' |
|
|
|
alias chatgpt='web_search chatgpt' |
|
|
|
|
|
|
|
alias grok='web_search grok' |
|
|
|
|
|
|
|
alias claude='web_search claude' |
|
|
|
alias reddit='web_search reddit' |
|
|
|
alias reddit='web_search reddit' |
|
|
|
alias ppai='web_search ppai' |
|
|
|
alias ppai='web_search ppai' |
|
|
|
|
|
|
|
|
|
|
|
@ -108,3 +112,4 @@ if [[ ${#ZSH_WEB_SEARCH_ENGINES} -gt 0 ]]; then |
|
|
|
done |
|
|
|
done |
|
|
|
unset engines key |
|
|
|
unset engines key |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
|