many browser extensions and other 3rd party implementations have more or less standardized on http-header-style fields, like to:

<your-password>
login: <your-username>
<something-else>: <another-value>

(instead of 'login', some also accept 'user' and/or 'email')

I don't think pass(1) has the ability to deal with this directly, although someone has sent a patch to the ML. For passmenu, I just use

    pass show "$password" | sed -n -e '/^login:/{s/^[^:]*: *//p}' | ...

to extract the username.
_______________________________________________
Password-Store mailing list
[email protected]
https://lists.zx2c4.com/mailman/listinfo/password-store

Reply via email to