ajrosen / Bitwarden-Accelerator

Alfred Workflow to make using Bitwarden faster and smoother with all applications
GNU General Public License v3.0
32 stars 1 forks source link

Get value from additional fields #6

Closed blacs30 closed 5 months ago

blacs30 commented 5 months ago

Thanks for this workflow which has already so many great features.

Often I use additional fields to place information I'd like to access. Currently it seems not to be possible with this workflow. Would be super helpful if that could be made possible. Maybe I'm using Bitwarden little wrong but I prefer to have 1 entry for website x that has everything in it (except for OTP and recovery codes, that's a risk to place them next to the password and the username IMO)

ajrosen commented 5 months ago

I'm curious to understand your use case. Are you talking about custom fields? Or putting multiple username/password pairs in a single item?

The Function modifier brings up a persistent dialog with all fields, including custom fields, that you can copy/paste from.

I agree that having OTP codes in the same store as the passwords defeats the M of MFA.

blacs30 commented 5 months ago

Are you talking about custom fields?

Yes I meant that. Use case e.g. on a website I have to setup a username and an email address besides the password. In such a case I put probably the username into the username field in Bitwarden and create a custom field for the email. I typically don't use an email address twice so each service has its own. Normally it follows a pattern but I prefer not to rely on my memory but store it. Sometimes I need to access that information and I like to use the workflow instead of logging into the the Bitwarden web ui.

ajrosen commented 5 months ago

Ahh, now I get why your workfow's "show all fields" option shows them in Alfred.

I think that adding Cmd-Opt to do it that way, and keeping Fn to show a dialog, would be a very nice addition.

ajrosen commented 5 months ago

Added in version 4.0.0.

Thanks!