From d8caa311918ab18a12d920d5f0ae5605d9d1ba0d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 29 Jul 2026 12:48:24 +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 3117c12..c195c98 100644 --- a/catalog.toml +++ b/catalog.toml @@ -785,3 +785,16 @@ icon = "folder-open" description = "Open a recent Godot project from the launcher. Type /gd to list your projects." plugin_api = 3 tags = ["launcher", "development", "productivity"] + +[[plugin]] +id = "cleboost/ssh-launcher" +name = "SSH Launcher" +version = "1.0.0" +updated_at = 1785329294 +added_at = 1785329294 +author = "Cleboost" +license = "MIT" +icon = "terminal" +description = "Connect to SSH hosts from ~/.ssh/config via /ssh." +plugin_api = 3 +tags = ["launcher", "network", "utility", "development"]