Update README.md

This commit is contained in:
TheAwiteb 2023-12-24 20:28:03 +03:00
parent 4e333d9665
commit 75f7e74096
No known key found for this signature in database
GPG key ID: ABF818BD15DC2D34

View file

@ -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