aboutsummaryrefslogtreecommitdiff
path: root/man/man1/dmp.1df
diff options
context:
space:
mode:
Diffstat (limited to 'man/man1/dmp.1df')
-rw-r--r--man/man1/dmp.1df23
1 files changed, 23 insertions, 0 deletions
diff --git a/man/man1/dmp.1df b/man/man1/dmp.1df
new file mode 100644
index 00000000..b9f11bf8
--- /dev/null
+++ b/man/man1/dmp.1df
@@ -0,0 +1,23 @@
+.TH DMP 1df "August 2016" "Manual page for dmp"
+.SH NAME
+.B dmp
+\- 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 a period of time, defaulting to 10 seconds, after which
+xsel(1) will remove it from the clipboard.
+.P
+If notify-send(1) is installed, a notification with the default priority will
+be written when the password is successfully clipped.
+.P
+The timeout in seconds can be specified as an optional argument.
+.SH SEE ALSO
+dmenu(1), notify-send(1), pass(1), xsel(1)
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>