diff options
author | Brett Cornwall <brett@i--b.com> | 2019-02-27 00:08:33 -0700 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-02-27 15:15:25 +0100 |
commit | b0b784b1a57c0b06936e6f5d6560712b4b810cd3 (patch) | |
tree | ad112b2cca1a7dccc8464dfdc44370aaf53d149a /man/pass.1 | |
parent | d29a389a40524c684595f51bb937f66958bc14ea (diff) | |
download | pass-b0b784b1a57c0b06936e6f5d6560712b4b810cd3.tar.gz pass-b0b784b1a57c0b06936e6f5d6560712b4b810cd3.tar.bz2 pass-b0b784b1a57c0b06936e6f5d6560712b4b810cd3.zip |
clip: Add support for wl-clipboard
Diffstat (limited to '')
-rw-r--r-- | man/pass.1 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -99,6 +99,8 @@ Decrypt and print a password named \fIpass-name\fP. If \fI--clip\fP or \fI-c\fP is specified, do not print the password but instead copy the first (or otherwise specified) line to the clipboard using .BR xclip (1) +or +.BR wl-clipboard(1) and then restore the clipboard after 45 (or \fIPASSWORD_STORE_CLIP_TIME\fP) seconds. If \fI--qrcode\fP or \fI-q\fP is specified, do not print the password but instead display a QR code using .BR qrencode (1) @@ -132,6 +134,8 @@ in generating passwords can be changed with the \fIPASSWORD_STORE_CHARACTER_SET\ If \fI--clip\fP or \fI-c\fP is specified, do not print the password but instead copy it to the clipboard using .BR xclip (1) +or +.BR wl-clipboard(1) and then restore the clipboard after 45 (or \fIPASSWORD_STORE_CLIP_TIME\fP) seconds. If \fI--qrcode\fP or \fI-q\fP is specified, do not print the password but instead display a QR code using .BR qrencode (1) @@ -466,6 +470,7 @@ The location of the text editor used by \fBedit\fP. .BR tr (1), .BR git (1), .BR xclip (1), +.BR wl-clipboard (1), .BR qrencode (1). .SH AUTHOR |