From ddaa055b60cd17e85cb47c815e39c910d09bd84a Mon Sep 17 00:00:00 2001 From: strmax195-hue Date: Wed, 17 Jun 2026 22:06:20 +0500 Subject: [PATCH] Add DockTUI to DevOps Tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dfcb3ffbd7..258626e5be 100644 --- a/README.md +++ b/README.md @@ -731,6 +731,7 @@ _Software and libraries for DevOps._ - [chalice](https://github.com/aws/chalice) - A Python serverless microframework for AWS. - [fabric](https://github.com/fabric/fabric) - A simple, Pythonic tool for remote execution and deployment. - Monitoring and Processes + - [docktui](https://github.com/strmax195-hue/docktui) - A lightweight, zero-dependency TUI dashboard for managing Docker containers and images. - [psutil](https://github.com/giampaolo/psutil) - A cross-platform process and system utilities module. - [sentry-python](https://github.com/getsentry/sentry-python) - Sentry SDK for Python. - [sh](https://github.com/amoffat/sh) - A full-fledged subprocess replacement for Python.