From b452b49f4c808c01aa553a7fa0a4bd2882a9a13d Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Mon, 15 May 2017 20:13:13 +0300 Subject: [PATCH] README: note qtpass for password management --- README-GPG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README-GPG.md b/README-GPG.md index 877ed6c..d593ef7 100644 --- a/README-GPG.md +++ b/README-GPG.md @@ -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 +```