Command. Compose. Control.
Shell productivity toolkit for developers — 200+ aliases, 15+ plugins, zero configuration. Works today on Bash 4+/Zsh.
Replace repetitive shell commands with simple, composable tools that work out of the box.
Replace complex loops and scripts with single commands. What used to take 10 lines now takes one.
Plugin architecture lets you extend functionality in minutes. Build your own or use community plugins.
No runtime, no daemon, no config. Just source it and go. Works on Bash 4+ and Zsh immediately.
15+ plugins covering Git, DevOps, AI, and system utilities.
Streamline your Git workflow with intelligent commands for multi-repo management.
Control Docker, Kubernetes, and AWS services directly from your shell.
Integrated AI chat, cheatsheets, and template-based documentation generation.
Proxy management, port scanning, password generation, and macOS helpers.
How CBash transforms your daily shell workflow.
# Pull all repositories
for repo in */; do
cd "$repo"
git pull origin main
cd ..
done
# Auto-commit changes
git add .
git commit -m "update"
git push
# Check all 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
Choose your installation method and start being productive immediately.
# Install CBash CLI
brew install cminhho/tap/cbash-cli
# Verify installation
cbash --full
# Start using
cbash git sync
cbash dev start
Explore all available commands organized by plugin.
Single entry point with plugin discovery. Build your own in minutes.
cbash <plugin>
Entry Point
Core Functions
Plugin System
Join developers who save hours every week with CBash CLI.