From 7435e9c38198dd1ccab9cdd3fe6e4cee044eb428 Mon Sep 17 00:00:00 2001 From: Andre von Houck Date: Mon, 5 Jun 2023 12:43:47 -0700 Subject: [PATCH] Add guardmons - Cross-platform collection of OS Utilities (#2623) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index 750294d..73e3825 100644 --- a/packages.json +++ b/packages.json @@ -12243,6 +12243,23 @@ "license": "MIT", "web": "https://github.com/treeform/windy" }, + { + "name": "guardmons", + "url": "https://github.com/treeform/guardmons", + "method": "git", + "tags": [ + "daemon", + "ssh", + "copy", + "shell", + "kill", + "top", + "watch" + ], + "description": "Cross-platform collection of OS Utilities", + "license": "MIT", + "web": "https://github.com/treeform/guardmons" + }, { "name": "xdo", "url": "https://github.com/juancarlospaco/nim-xdo",