mirror of
https://github.com/nishiki/manage-password.git
synced 2025-03-19 12:59:30 +00:00
Update README
This commit is contained in:
parent
417506d693
commit
24d4a27a07
1 changed files with 30 additions and 3 deletions
33
README.md
33
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
|
||||
|
|
Loading…
Add table
Reference in a new issue