summaryrefslogtreecommitdiff
path: root/plugins/web-search/web-search.plugin.zsh
diff options
context:
space:
mode:
authorNihad Abbasov <nihad@42na.in>2025-07-18 13:53:14 +0300
committerGitHub <noreply@github.com>2025-07-18 12:53:14 +0200
commitdc3bbcda2689b26cfb16e714225e263fa74e3f70 (patch)
tree1c1befd5b82eafa02f247dd01637d96161a68f50 /plugins/web-search/web-search.plugin.zsh
parentdf200c943a1dcfa040f334b8006e495af39205fd (diff)
downloadzsh-dc3bbcda2689b26cfb16e714225e263fa74e3f70.tar.gz
zsh-dc3bbcda2689b26cfb16e714225e263fa74e3f70.tar.bz2
zsh-dc3bbcda2689b26cfb16e714225e263fa74e3f70.zip
feat(web-search): add RubyGems.org (#13210)
Diffstat (limited to 'plugins/web-search/web-search.plugin.zsh')
-rw-r--r--plugins/web-search/web-search.plugin.zsh2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/web-search/web-search.plugin.zsh b/plugins/web-search/web-search.plugin.zsh
index ff77faed7..4eb42be57 100644
--- a/plugins/web-search/web-search.plugin.zsh
+++ b/plugins/web-search/web-search.plugin.zsh
@@ -28,6 +28,7 @@ function web_search() {
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="
@@ -83,6 +84,7 @@ alias ask='web_search ask'
alias youtube='web_search youtube'
alias deepl='web_search deepl'
alias dockerhub='web_search dockerhub'
+alias gems='web_search gems'
alias npmpkg='web_search npmpkg'
alias packagist='web_search packagist'
alias gopkg='web_search gopkg'