doy / rbw

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

feature request: Change password non-interactively #13

Closed AdmiralNemo closed 8 months ago

AdmiralNemo commented 4 years ago

As far as I can tell, the only way to change a password for an existing item in the vault is to launch a text editor. It would be useful if there were a way to, e.g. read a new password from standard input.

doy commented 4 years ago

EDITOR=tee rbw edit foo already handles this case, i think? is there something in particular you want beyond this?

albakham commented 4 years ago

Maybe something like rbw edit --interactive|-i foobar?

AdmiralNemo commented 4 years ago

EDITOR=tee rbw edit foo already handles this case, i think? is there something in particular you want beyond this?

I suppose that does technically work, but it would be nice for it to be a native feature. I don't believe tee is available on all platforms, like Windows, for example.

doy commented 8 months ago

fixed in #138