@zswarm/cli
v0.1.4
Published
zSwarm CLI — list, send, dump Zellij panes
Readme
@zswarm/cli
The zswarm command. Same ops as the MCP tool, through @zswarm/core. Two
conveniences: the first bare argument is --to and the second is --body for
send; --key / --keys repeat into an array.
Install
npm install -g @zswarm/cliFrom a checkout of this repo:
npm install ./packages/cliRequires Zellij >= 0.42 and Node >= 20.
Usage
zswarm list
zswarm send terminal_2 ping
zswarm send --to terminal_2 --body ping
zswarm keys --to terminal_2 --key "Ctrl c" --key EscPrints JSON. No arguments prints usage, generated from the same schema as the MCP tool.
Ops, env, and the event bus: the zswarm README.
License
MIT
