@b3zl/cli
v0.1.2
Published
The B3ZL terminal client: an interactive TUI over Beads issues through the Bed port (bd CLI backed), with facet-driven presentation and remote access.
Readme
b3zl
b3zl is the terminal client of B3ZL, a renderer-agnostic
Beads client framework: it renders
your Beads issues as an interactive three-pane TUI (list, detail, actions)
through the Bed port — the bd CLI is the authority — and adds
facet-driven presentation, Mala session restore, and remote access on top.
Install
npm install -g @b3zl/cliRequires the bd CLI for real
stores; the runtime is Bun (the shipped bin carries a
#!/usr/bin/env bun shebang) or Node >= 26.4.
Quick start
b3zl --memory # sandbox: in-memory store, no bd needed
b3zl # your project (default store cwd: ./fixtures/bd)
b3zl --cwd /path/to/projectQuit with q or Ctrl-C. All command-line flags are documented in the
full guide:
Install and getting started
(docs/20-guides/2001-install-getting-started.md in the repository).
Stability
No stability promises are made before 1.0: any 0.1.x release may change commands, flags, keybindings, or stored state without notice.
