aac139368fe80202caa8a919ba4671cf62a93d72
Moves all packages from internal/ to pkg/ so they can be imported by external modules (needed for claude-pm integration). - internal/app/ → pkg/app/ - internal/docker/ → pkg/docker/ - internal/config/ → pkg/config/ - internal/utils/ → pkg/utils/ Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Oxker - Go Version
A simple TUI to view & control Docker containers, built with Bubbletea.
Features
- View Docker containers in a table format
- Filter containers
- Start/Stop containers
- Container details
Requirements
- Go 1.23+
- Docker installed and running
Installation
go install github.com/oxker/oxker@latest
Usage
oxker
Controls
| Key | Action |
|---|---|
| q | Quit |
| r | Refresh containers |
| j/k | Navigate up/down |
| enter | View container details |
| ctrl+c | Quit |
Building
go build -o oxker
License
MIT
Languages
Go
99.8%
Shell
0.2%