https://github.com/weakish/mpm
Minimalistic command line password manager
https://github.com/weakish/mpm
Last synced: about 1 month ago
JSON representation
Minimalistic command line password manager
- Host: GitHub
- URL: https://github.com/weakish/mpm
- Owner: weakish
- Created: 2014-11-05T09:42:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-30T16:44:51.000Z (about 11 years ago)
- Last Synced: 2025-01-12T18:11:56.755Z (over 1 year ago)
- Language: Shell
- Size: 141 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mpm
Minimalistic command line password manager
## Installation
Copy `mpm.sh` to your `$PATH`.
## Usage
See `mpm -h`:
```
; mpm -h
mpm site url [note ...]
Add a new password record with generated random password.
And print the record to stdout.
mpm [option]
options:
-V show version
-h show this help
-g N generate a random password with length N (default 10)
-s pattern search records
files:
~/.mpmrc.gpg record file encrypted via gpg with your public key
```
## Contribute
Open a issue or send a pull request at https://github.com/weakish/mpm