diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2014-03-20 01:57:46 -0600 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2014-03-20 02:07:54 -0600 |
commit | 2e1520beddcea65cb1857a50e9ec5c91621a96d1 (patch) | |
tree | ba35921a7882b5d452210b6904cbe08d448c6c0e /man/pass.1 | |
parent | 9ef311d868248682a11c8cb8c0177bc9949be7b9 (diff) | |
download | pass-2e1520beddcea65cb1857a50e9ec5c91621a96d1.tar.gz pass-2e1520beddcea65cb1857a50e9ec5c91621a96d1.tar.bz2 pass-2e1520beddcea65cb1857a50e9ec5c91621a96d1.zip |
Allow selection to be overriden by $SELECTION
Some users want to use a different clipboard for pass.
Suggested-by: nand <nand@nand.wakku.to>
Diffstat (limited to 'man/pass.1')
-rw-r--r-- | man/pass.1 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -349,6 +349,11 @@ Overrides the default root of the git repository, which is helpful if \fIPASSWORD_STORE_DIR\fP is temporarily set to a sub-directory of the default password store. .TP +.I PASSWORD_STORE_SELECTION +Overrides the selection passed to \fBxclip\fP, by default \fIclipboard\fP. See +.BR xclip (1) +for more info. +.TP .I EDITOR The location of the text editor used by \fBedit\fP. |