From c67313e9a6f826be22a89f7a8f4145e8d1c9beab Mon Sep 17 00:00:00 2001 From: inv2004 Date: Wed, 21 Dec 2022 17:15:36 +0300 Subject: [PATCH] Added package ttop (#2435) --- packages.json | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/packages.json b/packages.json index a9d6f89..281adfc 100644 --- a/packages.json +++ b/packages.json @@ -28267,8 +28267,8 @@ "url": "https://github.com/ajusa/rowdy", "method": "git", "tags": [ - "web", - "routing" + "web", + "routing" ], "description": "Automatically bind procs to the mummy web server", "license": "MIT" @@ -28280,9 +28280,23 @@ "tags": [ "openai", "davinci", - "gpt" + "gpt" ], "description": "Basic API handling for openAI", "license": "MIT" + }, + { + "name": "ttop", + "url": "https://github.com/inv2004/ttop", + "method": "git", + "tags": [ + "top", + "monitoring", + "cli", + "tui" + ], + "description": "Monitoring tool with historical snapshots", + "license": "MIT", + "web": "https://github.com/inv2004/ttop" } ]