PWBook is a command line tool for managing passwords.
To start using PWBook, install Go and run go get
:
$ go get github.com/sankt-petersbug/pwbook
This will retrieve the library and install the pwbook
command line utility into
your $GOBIN
path.
$ pwbook
a CLI for managing passwords like Sankt Petersbug does
Usage:
pwbook [command]
Available Commands:
add Add a new entry
help Help about any command
list List avilable entries
remove Removes an entry
update Update password of an existing entry
Flags:
-h, --help help for pwbook
Use "pwbook [command] --help" for more information about a command.
See alo pwbook --help
Creates a new entry
$ pwbook add "Entry name"
List avilable entries
$ pwbook list
Update password of an existing entry
$ pwbook update "Entry name"
Removes an existing entry
$ pwbook remove "Entry name"
- limit entry name and password length
- filter list by name(or use grep?), password age
- tag or groups
- encryption with master password
- security questions