1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2024-10-27 10:43:20 +00:00
mpw/README.md

33 lines
527 B
Markdown
Raw Normal View History

2013-08-06 20:35:50 +00:00
# Manage your passwords!
2013-06-16 21:01:09 +00:00
2013-08-06 20:35:50 +00:00
MPW is a little software, who stock your passwords in an encrypt file (with GPG).
2013-06-16 21:01:09 +00:00
2013-08-06 20:35:50 +00:00
# Usage
2013-06-16 21:01:09 +00:00
2013-08-06 20:35:50 +00:00
Add a new item:
* mpw -a
2013-06-16 21:01:09 +00:00
2013-08-06 20:35:50 +00:00
Search and show item:
* mpw -d SEARCH
* mpw -d SEARCH -t PROTOCOL
* mpw -A # show all
Update an item:
* mpw -u ID
Remove an item:
* mpw -r ID
Connect to ssh:
* mpw-ssh SEARCH
2013-08-25 07:52:32 +00:00
* mpw-ssh SEARCH -l LOGIN -s SERVER -p PORT
2013-08-06 20:35:50 +00:00
# Installation
You must generate a GPG Key with GPG or with Seahorse (GUI on linux).
## On Debian/Ubuntu:
* apt-get install ruby ruby-gpgme ruby-highline