diff options
| author | Wagner Moreira <47096330+wagnermor@users.noreply.github.com> | 2025-07-22 14:29:47 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-22 19:29:47 +0200 |
| commit | 788b5776c03996d6c88dce786f9e0879a0c3aa6e (patch) | |
| tree | c78447336f3651bd13fbd1e573f507b7375c5b4d /plugins/web-search/README.md | |
| parent | 537807c863a90c51a4ec6fbb6b818c3668472425 (diff) | |
| download | zsh-788b5776c03996d6c88dce786f9e0879a0c3aa6e.tar.gz zsh-788b5776c03996d6c88dce786f9e0879a0c3aa6e.tar.bz2 zsh-788b5776c03996d6c88dce786f9e0879a0c3aa6e.zip | |
feat(web-search): add search with `claude.ai` and `grok.com` (#13222)
Diffstat (limited to 'plugins/web-search/README.md')
| -rw-r--r-- | plugins/web-search/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/web-search/README.md b/plugins/web-search/README.md index ed484f237..26017a533 100644 --- a/plugins/web-search/README.md +++ b/plugins/web-search/README.md @@ -52,6 +52,8 @@ Available search contexts are: | `packagist` | `https://packagist.org/?query=` | | `gopkg` | `https://pkg.go.dev/search?m=package&q=` | | `chatgpt` | `https://chatgpt.com/?q=` | +| `claude` | `https://claude.ai/new?q=` | +| `grok` | `https://grok.com/?q=` | | `reddit` | `https://www.reddit.com/search/?q=` | | `ppai` | `https://www.perplexity.ai/search/new?q=` | |
