Added package ttop (#2435)

This commit is contained in:
inv2004 2022-12-21 17:15:36 +03:00 committed by GitHub
parent e2a01d5400
commit c67313e9a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28267,8 +28267,8 @@
"url": "https://github.com/ajusa/rowdy", "url": "https://github.com/ajusa/rowdy",
"method": "git", "method": "git",
"tags": [ "tags": [
"web", "web",
"routing" "routing"
], ],
"description": "Automatically bind procs to the mummy web server", "description": "Automatically bind procs to the mummy web server",
"license": "MIT" "license": "MIT"
@ -28280,9 +28280,23 @@
"tags": [ "tags": [
"openai", "openai",
"davinci", "davinci",
"gpt" "gpt"
], ],
"description": "Basic API handling for openAI", "description": "Basic API handling for openAI",
"license": "MIT" "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"
} }
] ]