summaryrefslogtreecommitdiff
path: root/contrib/dmenu/README.md
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2014-06-29 11:35:03 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2014-06-29 11:41:15 +0200
commit326a12c9bf8f8b8a703c8a518c035f547524e01e (patch)
tree4c5e4fbfecf7e547fdc616b6e9c888a326223a67 /contrib/dmenu/README.md
parentb300dd8f97a6d1d5ed914fedcba3e79604cd7e87 (diff)
downloadpass-326a12c9bf8f8b8a703c8a518c035f547524e01e.tar.gz
pass-326a12c9bf8f8b8a703c8a518c035f547524e01e.tar.bz2
pass-326a12c9bf8f8b8a703c8a518c035f547524e01e.zip
passmenu: type text with xdotool
Suggested-by: Christoph Egger <christoph@christoph-egger.org>
Diffstat (limited to 'contrib/dmenu/README.md')
-rw-r--r--contrib/dmenu/README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/dmenu/README.md b/contrib/dmenu/README.md
index 8160b3c..9d54fb4 100644
--- a/contrib/dmenu/README.md
+++ b/contrib/dmenu/README.md
@@ -1,11 +1,13 @@
`passmenu` is a [dmenu][]-based interface to [pass][], the standard Unix
password manager. This design allows you to quickly copy a password to the
clipboard without having to open up a terminal window if you don't already have
-one open.
+one open. If `--type` is specified, the password is typed using [xdotool][]
+instead of copied to the clipboard.
# Usage
- passmenu [dmenu arguments...]
+ passmenu [--type] [dmenu arguments...]
[dmenu]: http://tools.suckless.org/dmenu/
+[xdotool]: http://www.semicomplete.com/projects/xdotool/
[pass]: http://www.zx2c4.com/projects/password-store/
s='insertions'>+3 2020-04-19Fix debug logging m(René 'Necoro' Neumann1-2/+2 2020-04-19Rename util.go to log.go. Add verbose modeRené 'Necoro' Neumann4-24/+54 2020-04-19Clean go.modRené 'Necoro' Neumann2-3/+0 2020-04-19Do not print the parsedCfg anymoreRené 'Necoro' Neumann1-1/+1 2020-04-19Increase go-version to 1.14René 'Necoro' Neumann1-2/+2 2020-04-19CI: go vetRené 'Necoro' Neumann1-0/+3 2020-04-19Fetching and parsing the feedsRené 'Necoro' Neumann5-4/+113 2020-04-19Ignore all config*.ymlRené 'Necoro' Neumann1-1/+1