From 1c0217627a3ab5bfb2c804b28ee4acd0643cb1c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 8 Aug 2026 19:07:21 +0000 Subject: [PATCH] chore: update plugin catalog [skip ci] --- catalog.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/catalog.toml b/catalog.toml index 01eb298..8a50eb8 100644 --- a/catalog.toml +++ b/catalog.toml @@ -1180,3 +1180,16 @@ icon = "microphone-2" description = "Shows and controls Voxtype's live dictation status from the bar." plugin_api = 14 tags = ["audio", "bar", "indicator", "recording", "utility"] + +[[plugin]] +id = "weinguyen/shell-command" +name = "Shell Command" +version = "0.1.0" +updated_at = 1786216031 +added_at = 1786216031 +author = "weinguyen" +license = "MIT" +icon = "terminal" +description = "Run a shell command from the launcher. Type /sh then command open it your default terminal." +plugin_api = 3 +tags = ["launcher", "productivity", "development"]