@meedamian/savepass

0.4.4 • Public • Published

savepass Build Status Codeship Status for chester1000/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 mee.damian@gmail.com, on twitter I'm @meeDamian.

Licence

MIT @ Damian Mee

Package Sidebar

Install

npm i @meedamian/savepass

Weekly Downloads

4

Version

0.4.4

License

ISC

Last publish

Collaborators

  • meedamian