From 24d4a27a0708f741cfbde6ad014d342920c4d799 Mon Sep 17 00:00:00 2001 From: nishiki Date: Tue, 6 Aug 2013 22:35:50 +0200 Subject: [PATCH] Update README --- README.md | 33 ++++++++++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5352b67..656ed63 100644 --- a/README.md +++ b/README.md @@ -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