1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2025-03-19 21:04:35 +00:00

Update README

This commit is contained in:
nishiki 2013-08-06 22:35:50 +02:00
parent 417506d693
commit 24d4a27a07

View file

@ -1,7 +1,34 @@
== Installation ==
# Manage your passwords!
On Debian/Ubuntu:
MPW is a little software, who stock your passwords in an encrypt file (with GPG).
* apt-get install ruby sshpass ruby-gpgme ruby-highline ruby-net-ssh
# Usage
Add a new item:
* mpw -a
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
# 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
For mpw-sshi (optional):
* apt-get install sshpass ruby-net-ssh