From 8f3ab813e3e20aac0e9eae409295608b08cf0062 Mon Sep 17 00:00:00 2001 From: adrien Date: Thu, 26 Dec 2013 15:28:56 +0100 Subject: [PATCH] update readme --- README.md | 48 +----------------------------------------------- 1 file changed, 1 insertion(+), 47 deletions(-) diff --git a/README.md b/README.md index 1e1b9a4..8a8c951 100644 --- a/README.md +++ b/README.md @@ -2,52 +2,6 @@ MPW is a little software which stores your passwords in an GPG encrypted file. -# Usage - -## Interactive mode - -Add a new item: -* add - -Search and show item: -* show SEARCH -* show SEARCH PROTOCOL - -Update an item: -* update ID - -Remove an item: -* remove ID - -Change group: -* group GROUP - -## Cli mode - -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 -* mpw-ssh SEARCH -l LOGIN -s SERVER -p PORT - -Import a csv: -* mpw -i FILE - -Export in a csv! -* mpw -e FILE - # Installation You must generate a GPG Key with GPG or with Seahorse (GUI on linux). @@ -55,4 +9,4 @@ This program work with ruby >= 1.9 ## On Debian/Ubuntu: -* apt-get install ruby ruby-gpgme ruby-highline +* apt-get install ruby ruby-gpgme ruby-highline ruby-i18n ruby-locale