mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-12 01:52:31 +01:00
feat(web-search): add chatgpt (#12660)
This commit is contained in:
parent
2abecedf67
commit
f6cd6a7769
2 changed files with 10 additions and 7 deletions
|
|
@ -50,16 +50,17 @@ Available search contexts are:
|
|||
| `npmpkg` | `https://www.npmjs.com/search?q=` |
|
||||
| `packagist` | `https://packagist.org/?query=` |
|
||||
| `gopkg` | `https://pkg.go.dev/search?m=package&q=` |
|
||||
| `chatgpt` | `https://chatgpt.com/?q=` |
|
||||
|
||||
Also there are aliases for bang-searching DuckDuckGo:
|
||||
|
||||
| Context | Bang |
|
||||
| --------- | ----- |
|
||||
| `wiki` | `!w` |
|
||||
| `news` | `!n` |
|
||||
| `map` | `!m` |
|
||||
| `image` | `!i` |
|
||||
| `ducky` | `!` |
|
||||
| Context | Bang |
|
||||
| ------- | ---- |
|
||||
| `wiki` | `!w` |
|
||||
| `news` | `!n` |
|
||||
| `map` | `!m` |
|
||||
| `image` | `!i` |
|
||||
| `ducky` | `!` |
|
||||
|
||||
### Custom search engines
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue