mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
<!-- Fill with an x the ones that apply. Example: [x] -->
- [x] The PR title is descriptive. - [x] The PR doesn't replicate another PR which is already open. - [x] I have read the contribution guide and followed all the instructions. - [x] The code follows the code style guide detailed in the wiki. - [x] The code is mine or it's from somewhere with an MIT-compatible license. - [x] The code is efficient, to the best of my ability, and does not waste computer resources. - [x] The code is stable and I have tested it myself, to the best of my abilities. - [x] If the code introduces new aliases, I provide a valid use case for all plugin users down below. - Add multiple (ai) search engines to websearch-plugin - ai: Claude, Mistral, Microsoft Copilot, YouChat - non-ai: You, Google Maps - Add missing aliases for `brave`, `duckduckgo` and `startpage` - I have limited it to the most important ones from my point of view
This commit is contained in:
parent
5c17bcd21f
commit
3b438d8ef9
2 changed files with 24 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ Available search contexts are:
|
|||
| `bing` | `https://www.bing.com/search?q=` |
|
||||
| `google` | `https://www.google.com/search?q=` |
|
||||
| `brs` or `brave` | `https://search.brave.com/search?q=` |
|
||||
| `braveai` | `https://search.brave.com/search?summary=1&q=` |
|
||||
| `yahoo` | `https://search.yahoo.com/search?p=` |
|
||||
| `ddg` or `duckduckgo` | `https://www.duckduckgo.com/?q=` |
|
||||
| `sp` or `startpage` | `https://www.startpage.com/do/search?q=` |
|
||||
|
|
@ -53,6 +54,12 @@ Available search contexts are:
|
|||
| `chatgpt` | `https://chatgpt.com/?q=` |
|
||||
| `reddit` | `https://www.reddit.com/search/?q=` |
|
||||
| `ppai` | `https://www.perplexity.ai/search/new?q=` |
|
||||
| `claude` | `https://claude.ai/new?q=` |
|
||||
| `mistral` | `https://chat.mistral.ai/chat?q=` |
|
||||
| `mscop` | `https://www.bing.com/search?showconv=1&sendquery=1&q=` |
|
||||
| `you` | `https://you.com/search?q=` |
|
||||
| `youchat` | `https://you.com/search?tbm=youchat&q=` |
|
||||
| `gmaps` | `https://www.google.com/maps/search/?api=1&query=` |
|
||||
|
||||
Also there are aliases for bang-searching DuckDuckGo:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue