51c9bfb704d1625652f3462ddc38ca1cbf22cd82
Replace github.com/charmbracelet/lipgloss v1.1.0 with charm.land/lipgloss/v2 v2.0.2. lipgloss.Color changed from a type to a function, so all type signatures now use color.Color from image/color. Local variables named `color` renamed to `clr` to avoid shadowing the package import. 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%