aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-15 17:11:31 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-15 17:11:31 +1200
commit85163378bca88d16c5629009e4ab43a621fbe57c (patch)
treef2486557df78798a3272293a7cc899ecabdf1cf4 /man
parentAdjust wrapping in dmp(1) man page (diff)
downloaddotfiles-85163378bca88d16c5629009e4ab43a621fbe57c.tar.gz
dotfiles-85163378bca88d16c5629009e4ab43a621fbe57c.zip
Allow timeout argument to dmp(1)
Diffstat (limited to 'man')
-rw-r--r--man/man1/dmp.17
1 files changed, 6 insertions, 1 deletions
diff --git a/man/man1/dmp.1 b/man/man1/dmp.1
index 78fa8ec8..4cb354f0 100644
--- a/man/man1/dmp.1
+++ b/man/man1/dmp.1
@@ -4,11 +4,16 @@
\- pick a pass(1) password with dmenu(1)
.SH SYNOPSIS
.B dmp
+.br
+.B dmp 25
.SH DESCRIPTION
.B dmp
applies dmenu(1) to pick a password entry from a pass(1) store and put it into
the X CLIPBOARD for up to 10 seconds.
+.P
+An optional timeout in seconds can be applied, after which xsel(1) will remove
+the password from the clipboard. This timeout defaults to 10 seconds.
.SH SEE ALSO
-dmenu(1), pass(1)
+dmenu(1), pass(1), xsel(1)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>