Update README.md
This commit is contained in:
parent
4e333d9665
commit
75f7e74096
1 changed files with 19 additions and 0 deletions
19
README.md
19
README.md
|
@ -35,6 +35,7 @@ Commands:
|
||||||
list List your password and search
|
list List your password and search
|
||||||
clean Clean the password file
|
clean Clean the password file
|
||||||
edit Edit the password content
|
edit Edit the password content
|
||||||
|
gen Generate password
|
||||||
help Print this message or the help of the given subcommand(s)
|
help Print this message or the help of the given subcommand(s)
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
|
@ -46,6 +47,24 @@ Options:
|
||||||
Print version
|
Print version
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Example
|
||||||
|
```bash
|
||||||
|
passrs add -n "Gmail" -u "some@gmail.com" -p $(passrs gen 19 -u -l -s) -s "https://mail.google.com"
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Result
|
||||||
|
This is the result when search for it
|
||||||
|
```
|
||||||
|
$ passrs list -e "mail" -p -s
|
||||||
|
Master Password: ***************
|
||||||
|
+-------+-------+----------------+---------------------+-------------------------+
|
||||||
|
| Index | Name | Username | Password | Service |
|
||||||
|
+================================================================================+
|
||||||
|
| 31 | Gmail | some@gmail.com | >NC`q$%+Nno<y&<y]VB | https://mail.google.com |
|
||||||
|
+-------+-------+----------------+---------------------+-------------------------+
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
### Backup
|
### Backup
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue