Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Installation

Requires Go 1.24+:

go install github.com/sw33tLie/bbscope/v2@latest

Prebuilt binaries

Download from GitHub Releases. Binaries are available for Linux, macOS, and Windows (amd64/arm64).

Docker

docker pull ghcr.io/sw33tlie/bbscope:latest
docker run --rm ghcr.io/sw33tlie/bbscope:latest poll h1 --user x --token y

Build from source

git clone https://github.com/sw33tLie/bbscope.git
cd bbscope
go build -o bbscope .