mirror of
https://github.com/nishiki/manage-password.git
synced 2025-02-21 10:20:05 +00:00
update readme
This commit is contained in:
parent
5ca4463d17
commit
aa8207c459
1 changed files with 26 additions and 0 deletions
26
README.md
26
README.md
|
@ -4,6 +4,26 @@ MPW is a little software, who stock your passwords in an encrypt file (with GPG)
|
||||||
|
|
||||||
# Usage
|
# 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:
|
Add a new item:
|
||||||
* mpw -a
|
* mpw -a
|
||||||
|
|
||||||
|
@ -22,10 +42,16 @@ Connect to ssh:
|
||||||
* mpw-ssh SEARCH
|
* mpw-ssh SEARCH
|
||||||
* mpw-ssh SEARCH -l LOGIN -s SERVER -p PORT
|
* mpw-ssh SEARCH -l LOGIN -s SERVER -p PORT
|
||||||
|
|
||||||
|
Import a csv:
|
||||||
|
* mpw -i FILE
|
||||||
|
|
||||||
|
Export in a csv!
|
||||||
|
* mpw -e FILE
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
You must generate a GPG Key with GPG or with Seahorse (GUI on linux).
|
You must generate a GPG Key with GPG or with Seahorse (GUI on linux).
|
||||||
|
This program work with ruby >= 1.9
|
||||||
|
|
||||||
## On Debian/Ubuntu:
|
## On Debian/Ubuntu:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue