An open API service indexing awesome lists of open source software.

https://github.com/peterroe/tind

Password manager for the terminal💻
https://github.com/peterroe/tind

Last synced: 11 months ago
JSON representation

Password manager for the terminal💻

Awesome Lists containing this project

README

          



## Tind

Password manager for the terminal.

## Install

```shell
$ npm install -g tind
```

## Usage

```
$ tind -h
tind/2.0.0

Usage:
$ tind [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
```