From c957ca1774455242df582b516c8c363c637cc2f1 Mon Sep 17 00:00:00 2001 From: Nihad Abbasov Date: Fri, 11 Jul 2025 17:30:00 +0300 Subject: [PATCH] update websearch readme for RubyGems.org --- plugins/web-search/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/web-search/README.md b/plugins/web-search/README.md index d0b03dff2..ed484f237 100644 --- a/plugins/web-search/README.md +++ b/plugins/web-search/README.md @@ -47,6 +47,7 @@ Available search contexts are: | `youtube` | `https://www.youtube.com/results?search_query=` | | `deepl` | `https://www.deepl.com/translator#auto/auto/` | | `dockerhub` | `https://hub.docker.com/search?q=` | +| `gems` | `https://rubygems.org/search?query=` | | `npmpkg` | `https://www.npmjs.com/search?q=` | | `packagist` | `https://packagist.org/?query=` | | `gopkg` | `https://pkg.go.dev/search?m=package&q=` |