doy / rbw

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

Add to README: Use bitwarden rbw as git-credential helper #45

Closed mikeboiko closed 2 years ago

mikeboiko commented 3 years ago

I created a script that uses rbw as a git-credential helper. I thought others may find this useful and suggest adding it to README.md https://gist.github.com/mikeboiko/58ab730afd65bca0a125bc12b6f4670d

doy commented 3 years ago

out of curiosity, why does login need to happen as a separate step? shouldn't it work to just call rbw and allow it to handle logging in and such transparently? also, feel free to submit this as a pull request - i'm collecting things like this under bin/.

doy commented 2 years ago

i think https://github.com/doy/rbw/pull/41 should cover this