Quack: A TUI for managing and cancelling active OpenCode sessions
Quack is a terminal user interface designed for managing and cancelling active OpenCode sessions. It can be installed via Go or built from source, with specific commands provided for each method. The tool requires Go version 1.24 or higher and is licensed under the Smol Nero License.
- ▪Quack is a terminal UI for managing OpenCode sessions.
- ▪It can be installed using Go or built from source.
- ▪The tool requires Go version 1.24 or higher.
Opening excerpt (first ~120 words) tap to expand
quack quack is a terminal UI for viewing active OpenCode sessions and cancelling them. Install Option 1: Install with Go go install github.com/SmolNero/quack/cmd/quack@latest Option 3: Build from source git clone https://github.com/SmolNero/quack.git cd quack go build -o quack ./cmd/quack mv quack /usr/local/bin/quack Use Start: quack Controls: j / k or arrow keys: move selection r: refresh c: cancel selected session q: quit Requirements Go 1.24+ opencode installed and available in your PATH License Smol Nero License. Smol Nero product.
Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.