aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/contrib/dmenu/README.md
blob: 9d54fb4a4e84d60d1329defb2177d39b20a3dc4b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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. If `--type` is specified, the password is typed using [xdotool][]
instead of copied to the clipboard.

# Usage

    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/