Y
Hacker News
new
|
ask
|
show
|
jobs
by
eloeffler
1886 days ago
Are you aware of passmenu, which is part of pass? The autocompletion/selection process works quite well for me
1 comments
fouuler
1886 days ago
I wasn't, thanks! It's very nice to be able to type part of the domain name first and then space and then part of the username.
... but as far as I can see, passmenu just copies to clipboard and doesn't use xdotool?
link
eloeffler
1877 days ago
This is a bit late now (I need a way to follow up on my comments). But it can actually use xdotool if you run it with the --type option. See also the source here:
https://git.zx2c4.com/password-store/tree/contrib/dmenu/pass...
link
fouuler
1877 days ago
Thanks. There wasn't any manual page or --help output, so I gave up on it, but now this may be the best option I know of. But, yeah, I could have just `cat /bin/passmenu`.
link
... but as far as I can see, passmenu just copies to clipboard and doesn't use xdotool?