From 326a12c9bf8f8b8a703c8a518c035f547524e01e Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sun, 29 Jun 2014 11:35:03 +0200 Subject: passmenu: type text with xdotool Suggested-by: Christoph Egger --- contrib/dmenu/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'contrib/dmenu/README.md') 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/ -- cgit v1.2.3