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💻
- Host: GitHub
- URL: https://github.com/peterroe/tind
- Owner: peterroe
- Created: 2022-05-27T15:25:06.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-16T17:06:28.000Z (almost 4 years ago)
- Last Synced: 2023-03-04T01:14:02.488Z (over 3 years ago)
- Language: TypeScript
- Homepage:
- Size: 261 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```