Project

gw

0.0
No release in over 3 years
A CLI tool to manage git worktrees using bare repository pattern (core/ and tree/ structure)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

>= 0
~> 3.0

Runtime

~> 9.0
 Project Readme

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 > .env

gw - 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 list

Philosophy

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:

  • kc - Keychain Manager
  • gw - Git Worktree Manager

License

MIT License - see individual tools for details.