Tools
A collection of small, focused CLI tools for development workflows.
Tools
kc - Keychain Manager
Securely manage secrets in macOS Keychain with namespace support.
gem install kc
kc save env:myproject < .env
kc load env:myproject > .envgw - Git Worktree Manager
Manage git worktrees with bare repository pattern (core/ and tree/ structure).
gem install gw
gw clone owner/repo
gw add owner/repo feature-branch
gw listPhilosophy
Each tool follows these principles:
- Small and focused - Does one thing well
- Simple CLI interface - Easy to use and remember
- Minimal dependencies - Fast installation and execution
- Consistent patterns - Similar structure across all tools
Documentation
See individual tool directories for detailed documentation:
License
MIT License - see individual tools for details.