From e7bf19364cb4df5ac9135dd11cf54712a4ca3631 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 29 Jul 2026 19:47:41 +0000 Subject: [PATCH] chore: update plugin catalog [skip ci] --- catalog.toml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/catalog.toml b/catalog.toml index 571dd03..8cdd605 100644 --- a/catalog.toml +++ b/catalog.toml @@ -804,3 +804,29 @@ icon = "terminal" description = "Connect to SSH hosts from ~/.ssh/config via /ssh." plugin_api = 3 tags = ["launcher", "network", "utility", "development"] + +[[plugin]] +id = "dunarand/bookmarks" +name = "Bookmarks" +version = "1.2.1" +updated_at = 1785350683 +added_at = 1785350683 +author = "dunarand" +license = "MIT" +icon = "bookmark" +description = "A user-defined list of bookmarks. Each item has a label, a glyph, and a shell command." +plugin_api = 13 +tags = ["launcher", "panel", "productivity", "utility"] + +[[plugin]] +id = "dunarand/tmux-provider" +name = "tmux Provider" +version = "0.1.0" +updated_at = 1785351607 +added_at = 1785351607 +author = "dunarand" +license = "MIT" +icon = "terminal" +description = "Find and attach tmux sessions from the launcher. Type /tm to list tmux sessions or tmuxp configurations." +plugin_api = 3 +tags = ["launcher", "productivity", "development"]