bbkane / envelope

Store project environmental files in a central database
MIT License
2 stars 1 forks source link
go

envelope

./demo.gif

Store environment variables for projects in a central SQLite database!

Project Status

I'm using envelope personally, but I can't recommend it for anyone else to use until I have more features (update commands, keyringref support) and tab completion. The CLI interface is also not stable.

Install

scoop bucket add bbkane https://github.com/bbkane/scoop-bucket
scoop install bbkane/envelope

Initialize in ~/.zshrc

Other shells not yet supported

eval "$(envelope init zsh)"

Notes

See Go Project Notes for notes on development tooling.