Skip to content

Commit 668f835

Browse files
committed
Release v0.1.0
- Docker container monitoring TUI with htop-inspired interface - Project grouping by container name prefix - Real-time status monitoring with 2s refresh - Interactive menu system for container management - Viewport scrolling for large container lists - Keyboard navigation (vim-style + page up/down/home/end) - Actions: restart, stop, remove (preserves volumes) - Zero config - works out of the box
1 parent 8288d34 commit 668f835

File tree

5 files changed

+4
-0
lines changed

5 files changed

+4
-0
lines changed

.DS_Store

6 KB
Binary file not shown.

.github/.DS_Store

6 KB
Binary file not shown.

.github/assets/dtop-screenhsot.png

127 KB
Loading

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ go.work
2121
*.swo
2222
*~
2323

24+
demo/
25+

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
A terminal UI tool for monitoring Docker containers, inspired by htop. Displays containers grouped by project with an interactive tree interface.
44

5+
![dtop screenshot](.github/assets/screenshot.png)
6+
57
## Features
68

79
- **Project Grouping**: Automatically groups containers by their name prefix (Docker Compose convention)

0 commit comments

Comments
 (0)