Burrow is a Go CLI tool for managing your passwords.
It uses the filesystem to store your passwords in an organized way.
You only need to remember one password to unlock all your other passwords.
Caution
THIS IS PROBABLY NOT ACTUALLY SECURE.
I AM NOT A SECURITY EXPERT AND THIS IS JUST A FUN PROJECT.
USE AT YOUR OWN RISK.
- Store passwords encrypted on your filesystem
- Generate secure passwords
go get github.com/JLannoo/burrowburrow [command]init- Initialize the password store. This will create a new directory in your home directory called.burrowadd- Add a new passwordgenerate- Generate a new passwordlistorls- List all the passwords in the storeget- Get a passwordremoveorrm- Remove a passwordupdate- Update a password