[pass] Can pass be used to supply other information than user/pass?
Victor Unegbu
victor at unegbu.com
Tue Dec 8 18:35:41 CET 2015
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
<tharrisone at polarismail.net> 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
> Password-Store at lists.zx2c4.com
> http://lists.zx2c4.com/mailman/listinfo/password-store
More information about the Password-Store
mailing list