doy / rbw

unofficial bitwarden cli
https://git.tozt.net/rbw
Other
620 stars 83 forks source link

Feature request: get password based on URI #26

Open freroe opened 3 years ago

freroe commented 3 years ago

Besides being able to get passwords based on entry name and username, I think that it would be very useful to enable finding passwords based on the URI-fields. This could be used for integration with userscripts in browsers such as qutebrowser.

Possibly this could be implemented with a --uri flag to the get command, or simply by searching by URI in case of no match by name.

proxict commented 1 year ago

Just tried rbw and I love every bit of it, except not being able to filter entries based on URIs. I am completely new to Rust, but I might take up the challenge.

proxict commented 1 year ago

I've also made a qutebrowser userscript for rbw. It will only work correctly with the changes proposed in my PR.

And here's a rofi apapter for pinentry.

proxict commented 4 months ago

I think we can close this issue.