@meedamian/savepass
v0.4.4
Published
CLI tool archiving your keybase.io-encrypted data to Google Drive
Downloads
34
Maintainers
Readme
savepass
This is a CLI tool managing preparing, encrypting and saving (to cloud) password/sensitive text files.
Download
$ npm i -g @meedamian/savepass
Usage
You can either pass CLI flags or answer questions.
$ savepass --help
CLI tool archiving your keybase.io-encrypted data to Google Drive
Usage: savepass <command>
where <command> is one of:
add, new, list, ls, remove, rm
Example Usage:
savepass add [OPTIONAL <flags>]
savepass --debug ls
savepass rm --file=myBank
Global flags:
--debug
Enable debug output.
savepass add flags:
--template=<templateName>
Specify template name to be used. Available templates can be
found in `templates/` folder.
--keybase-user=<keybaseUsername>
Encrypt output file for a different user then the one logged in.
--name, --website, --login, --password, --email, --seed
Pass values from CLI or disable by passing null or false.
NOTE: --password flag can only be disabled
Specify configs in the json-formatted file:
/Users/mee/.config/savepass/config.json
Bugs and feedback
If you discover a bug please report it to:
https://github.com/chester1000/savepass/issues/new
Mail me at [email protected], on twitter I'm @meeDamian.
Licence
MIT @ Damian Mee