CLI tool archiving your keybase.io-encrypted data to Google Drive
npm install @meedamian/savepassThis is a CLI tool managing preparing, encrypting and saving (to cloud) password/sensitive text files.
```
$ npm i -g @meedamian/savepass
You can either pass CLI flags or answer questions.
`
$ savepass --help
CLI tool archiving your keybase.io-encrypted data to Google Drive
Usage: savepass
where
add, new, list, ls, remove, rm
Example Usage:
savepass add [OPTIONAL
savepass --debug ls
savepass rm --file=myBank
Global flags:
--debug
Enable debug output.
savepass add flags:
--template=
Specify template name to be used. Available templates can be
found in templates/ folder.
--keybase-user=
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
``
If you discover a bug please report it to:
https://github.com/chester1000/savepass/issues/new
Mail me at mee.damian@gmail.com, on twitter I'm @meeDamian.
MIT @ Damian Mee