you could do something with parsable pass files.
for example, if your pass file contents contain:

    <PASSWORD>
    key1: foo
    key2: bar

you can get those individual values by doing something like:

    pass show <passfile> | grep -Po 'key1: \K.+'

you could also pipe into xclip/xsel to save to your clipboard.

Victor


On Tue, Dec 8, 2015 at 2:23 AM, Terrance Harris
<[email protected]> wrote:
> There are websites that I have to login to that ask for info other than
> username / password, such as:
>
> First Name:
> Last Name:
> Email Address:
> Order Number:
>
> I think it would be useful also to create an information profile that has my
> name/address/phone number/etc that can be submitted easily via pass.
>
>
>
>
> _______________________________________________
> Password-Store mailing list
> [email protected]
> http://lists.zx2c4.com/mailman/listinfo/password-store
_______________________________________________
Password-Store mailing list
[email protected]
http://lists.zx2c4.com/mailman/listinfo/password-store

Reply via email to