diff options
| author | Mateus Fernandes de Mello <mt@mfmello.com> | 2024-02-06 07:26:30 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-06 11:26:30 +0100 |
| commit | 883da63320806532f3d3246b03f934e15aff3bab (patch) | |
| tree | af13402911792cd6ff157ec2c96c9fdd20b2bb24 /plugins/web-search/README.md | |
| parent | 212437090032ea1c8c7ccbc1bc2937083c2e7185 (diff) | |
| download | zsh-883da63320806532f3d3246b03f934e15aff3bab.tar.gz zsh-883da63320806532f3d3246b03f934e15aff3bab.tar.bz2 zsh-883da63320806532f3d3246b03f934e15aff3bab.zip | |
feat(web-search): add programming packages search (#12199)
Diffstat (limited to 'plugins/web-search/README.md')
| -rw-r--r-- | plugins/web-search/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/web-search/README.md b/plugins/web-search/README.md index cf5bab3f7..d21c81ca9 100644 --- a/plugins/web-search/README.md +++ b/plugins/web-search/README.md @@ -46,6 +46,10 @@ Available search contexts are: | `ask` | `https://www.ask.com/web?q=` | | `youtube` | `https://www.youtube.com/results?search_query=` | | `deepl` | `https://www.deepl.com/translator#auto/auto/` | +| `dockerhub` | `https://hub.docker.com/search?q=` | +| `npmpkg` | `https://www.npmjs.com/search?q=` | +| `packagist` | `https://packagist.org/?query=` | +| `gopkg` | `https://pkg.go.dev/search?m=package&q=` | Also there are aliases for bang-searching DuckDuckGo: |
