From f1a38ca585570472a284f7081e8037c7740cadd9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 16 Jul 2026 12:04:18 +0000 Subject: [PATCH] chore: update plugin catalog [skip ci] --- catalog.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/catalog.toml b/catalog.toml index 347a050..ceb1982 100644 --- a/catalog.toml +++ b/catalog.toml @@ -151,3 +151,14 @@ icon = "car-fan" description = "Set the fan state on the ZenBook S 16 UM5606." min_noctalia = "5.0.0" tags = ["hardware"] + +[[plugin]] +id = "rxtsel/portctl" +name = "Portctl" +version = "0.2.0" +author = "Cristhian Melo" +license = "MIT" +icon = "plug" +description = "Inspect and kill listening TCP/UDP ports." +min_noctalia = "5.0.0" +tags = ["network", "utility", "development", "indicator", "bar", "panel", "service"]