2.2.0 • Published 2 years ago

tind v2.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Tind

Password manager for the terminal.

Install

$ npm install -g tind

Login

First, you need to create a new and private repository, and make sure it has a .git directory. Such as: https://github.com/peterroe/password or git@github.com:peterroe/password.git.

Then, you can login to the repository:

$ tind login
? What is your repo address? › git@github.com:peterroe/password.git

Usage

More

$ tind -h 
tind/2.0.0

Usage:
  $ tind <command> [options]

Commands:
  login      inject your github repo
  add        new acount
  show       show all acounts
  push       push to github
  remove     delete account
  update     update account
  find       find account
  quickFind  quick find account

For more info, run any command with the `--help` flag:
  $ tind login --help
  $ tind add --help
  $ tind show --help
  $ tind push --help
  $ tind remove --help
  $ tind update --help
  $ tind find --help
  $ tind quickFind --help

Options:
  -h, --help     Display this message 
  -v, --version  Display version number