Skip to content

aileron-inc/tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published