README: note qtpass for password management

This commit is contained in:
Roman Zeyde
2017-05-15 20:13:13 +03:00
parent 639c4efb6d
commit b452b49f4c

View File

@@ -78,3 +78,9 @@ In order to paste them into the browser, you'd need to decrypt the password usin
$ pass --clip VPS/linode
Copied VPS/linode to clipboard. Will clear in 45 seconds.
```
You can also use the following [Qt-based UI](https://qtpass.org/) for `pass`:
```
$ sudo apt install qtpass
$ GNUPGHOME=~/.gnupg/trezor qtpass
```