Skip to content

v0.7.9.4 — tmux-cli (initial standalone release)

Choose a tag to compare

@itsmygithubacct itsmygithubacct released this 09 Jun 15:19

First standalone release of tmux-cli — the tb CLI extracted from
tmux-browse with history
preserved, so users who only want the CLI get a smaller, simpler project with
no webserver.

tb reads, writes, creates, and manages tmux sessions for humans and LLM
tool-use loops: tables for humans, a stable --json envelope and stable exit
codes for machines. Stdlib-only — no pip dependencies.

Install

git clone https://github.com/itsmygithubacct/tmux-cli.git ~/tmux-cli
cd ~/tmux-cli && make install
tb ls

See docs/tb.md for the full verb reference.

🤖 Generated with Claude Code