ccnest-cli
v0.1.3
Published
ccnest — a Claude Code-aware terminal multiplexer (Rust TUI). Prefix-less splits, per-pane Claude context usage, structured sidebar.
Maintainers
Readme
ccnest-cli
npm wrapper for ccnest — a Claude Code-aware terminal multiplexer (Rust, TUI).
Install
npm install -g ccnest-cliThis downloads the prebuilt ccnest binary for your OS/arch from the matching GitHub Release and installs it on your PATH as ccnest.
Supported platforms:
- Windows x64
- macOS arm64 (Apple Silicon)
- macOS x64 (Intel)
- Linux x64
Run
ccnest # use cwd as the first pane's directory
ccnest path/to/projectPress Ctrl+Q to exit, Ctrl+W to close the focused pane. Full keybindings and docs at https://mitama987.github.io/ccnest/.
Source / advanced install
Building from source via cargo install --path . is also supported — see the main README and the docs site.
License
MIT
