One CLI for your
whole terminal workflow.
cbash turns repetitive shell tasks — Git, Docker, Kubernetes, AWS, AI — into short, memorable commands. Sourced, not installed. Works today on Bash 4+/Zsh.
- Bash 4+ / Zsh
- macOS · Linux · WSL
- Zero config
- MIT licensed
Built for developer productivity
Replace repetitive shell commands with simple, composable tools that work out of the box.
Type less
Replace complex loops and scripts with single commands. What took 10 lines now takes one.
Composable
A plugin architecture you extend in minutes — drop your own into plugins/<name>/.
Shell-native
No runtime, no daemon, no config. Source it and go on Bash 4+ and Zsh.
Watch it work
Real terminal, real commands — no edits.
15+ plugins, one entry point
Everything behind a single cbash <plugin> command — Git, DevOps, AI, and system utilities.
Git
Multi-repo workflows from one command.
Docker & Dev
Drive Compose & local dev stacks.
Kubernetes
Pods, logs, rollouts, exec.
AWS
SSM sessions & parameters.
AI & Docs
Local Ollama chat + doc scaffolding.
System & Proxy
Ports, proxy, passwords, macOS helpers.
See the difference
How cbash compresses your daily shell workflow.
# Pull all repositories
for repo in */; do
cd "$repo" && git pull && cd ..
done
# Auto-commit changes
git add . && git commit -m "update" && git push
# Check listening ports
lsof -i -P -n | grep LISTEN cbash git pull-all
# ✓ Pulled 12 repos in 3.2s
cbash git auto-commit "update"
# ✓ Committed & pushed
cbash system ports
# → Lists all listening ports Get started in seconds
Pick a method and start being productive immediately. Zero config required.
# Install CBASH CLIbrew install cminhho/tap/cbash-cli # Verifycbash --version Simple & extensible
A single entry point with plugin discovery. Build your own in minutes.
User
cbash <plugin>
cbash.sh
Entry point
lib/
Core functions
plugins/
Plugin system
Ready to ship faster?
Compose your terminal workflow into short, memorable commands. Free & open source (MIT).