From 0dfa85e3dbbe40e2f7fa11c749bea3253492e9b4 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sat, 8 Sep 2012 18:49:26 +0200 Subject: Only copy the first line of the password file to the clipboard. --- man/pass.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man/pass.1') diff --git a/man/pass.1 b/man/pass.1 index a65861a..b17acd9 100644 --- a/man/pass.1 +++ b/man/pass.1 @@ -65,8 +65,8 @@ program. This command is alternatively named \fBlist\fP. .TP \fBshow\fP [ \fI--clip\fP, \fI-c\fP ] \fIpass-name\fP 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 it to the clipboard -using +is specified, do not print the password but instead copy the first line to the +clipboard using .BR xclip (1) and then restore the clipboard after 45 seconds. .TP -- cgit v1.2.3-70-g09d2 howmsg' value='1'/> The standard unix password manager + extensionsRené 'Necoro' Neumann
summaryrefslogtreecommitdiff
path: root/tests/sharness.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-12-20generate: use /dev/urandom directlyJason A. Donenfeld4-14/+28
Passing to tr using the "pick and discard" technique is more straight- forwardly correct and less error-prone. It also allows users to select their own character sets to be passed to tr.
2016-02-07dmenu: read likes -rJason A. Donenfeld1-1/+1
2016-02-06zsh-completion: add prefix zstyleBenjamin Richter1-1/+11
This option can be used to select a different pass repository for completion. A configuration example is given inside the completion file.
2016-02-06Make gpg errors fatalJason A. Donenfeld1-5/+5
2016-02-06Moved to webpageJason A. Donenfeld1-7/+0