https://github.com/xdrop/passlock
Yet another command line password manager
https://github.com/xdrop/passlock
Last synced: about 1 year ago
JSON representation
Yet another command line password manager
- Host: GitHub
- URL: https://github.com/xdrop/passlock
- Owner: xdrop
- License: mit
- Created: 2016-09-07T14:40:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-26T21:40:08.000Z (over 8 years ago)
- Last Synced: 2025-02-12T06:38:42.737Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 6.49 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# passlock
### Simple command line password manager (with style!)
[](https://travis-ci.org/xdrop/passlock)
[](https://github.com/xdrop/PassLock/releases)
[](https://github.com/xdrop/passlock)
[](https://github.com/xdrop/passlock)
[](http://xdrop.me/img/passlock-cmd.png)
## Features
- [x] Search for a password `g`,`get`
- [x] Add a new password `a`,`add`
- [x] Update a password `u`, `update`
- [x] Delete a password `rm`, `d`
- [x] Copy a password `cp`, `copy`
- [x] Rename a password `mv`, `r`
- [x] List passwords `ls`
- [x] Fuzzy search for a password quickly
## Installation
```sh
unzip passlock-.zip
cd passlock
sh install.sh
plock --help
```
## Uninstall
```sh
sh /usr/local/passlock/uninstall.sh
```
## Usage
#### Add a password
```
plock a www.websitepass.com
```
#### Get a password
```
plock g mysite
```
#### Delete a password
```
plock rm www.websitepass.com
```
#### Update a password
```
plock u www.websitepass.com
```
#### List passwords
```
plock ls
```
#### Copy a password
```
plock cp sourcepass targetpass
```
#### Reset datasource
```
plock reset
```
## Live
[](https://github.com/xdrop/passlock)