aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index e2046bc..bdd724b 100644
--- a/README.md
+++ b/README.md
@@ -78,6 +78,14 @@ The same, but appending to an existing passfile:
$ zbarimg -q --raw google-qrcode.png | pass otp append google/example@gmail.com
```
+If you have a clipboard management console tool such as `wl-clipboard` for
+Wayland installed, you can also select "Copy Image" in your favorite browser
+and run:
+
+```
+$ wl-paste | zbarimg -q --raw - | pass otp append google/example@gmail.com
+```
+
Generate a 2FA code using this token:
```