WeSearch

Quack: A TUI for managing and cancelling active OpenCode sessions

·1 min read · 0 reactions · 0 comments · 24 views
#software#development#open-source
Quack: A TUI for managing and cancelling active OpenCode sessions
TL;DR · WeSearch summary

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.

Key facts
Original article
GitHub
Read full at GitHub →
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.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from GitHub