cctl
A terminal UI for managing containers.
Overview
cctl provides an interactive terminal interface for working with containers, bringing the keyboard-driven, real-time experience of k9s to container management.

Requirements
Installation
git clone https://github.com/Br0ce/cctl.git
cd cctl
make setup
make build
The binary will be placed at ./bin/api.
Usage
./bin/api
# or
make run
Development
Install dependencies and tooling:
make setup
Available make targets:
| Target |
Description |
build |
Build the binary to ./bin/ |
run |
Run directly via go run |
test |
Run tests (short, parallel) |
test-v |
Run tests with verbose output |
test-race |
Run tests with race detector |
lint |
Run golangci-lint |
format |
Format code with go fmt |
tidy |
Tidy and vendor dependencies |
clean |
Remove build artifacts |
License
MIT — see LICENSE.