./security/rbw, Unofficial bitwarden cli

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.10.0, Package name: rbw-1.10.0, Maintainer: pkgsrc-users

This is an unofficial command line client for Bitwarden.
Although it does come with its own command line client, this client is
limited by being stateless - to use it, you're required to manually lock and
unlock the client, and pass the temporary keys around in environment variables,
which makes it very difficult to use. This client avoids this problem by
maintaining a background process which is able to hold the keys in memory,
similar to the way that ssh-agent or gpg-agent work. This allows the client
to be used in a much simpler way, with the background agent taking care of
maintaining the necessary state.

I consider rbw to be essentially feature-complete for me at this point. While
I still use it on a daily basis, and will continue to fix regressions as they
occur, I am unlikely to spend time implementing new features on my own. If you
would like to see new functionality in rbw, I am more than happy to review
and merge pull requests implementing those features.


Master sites:

Filesize: 101.504 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-21 21:58:28 by pin | Files touched by this commit (6) | Package updated
Log message:
security/rbw: update to 1.10.0

[1.10.0] - 2024-04-20
Added
 - rbw get now supports searching by URL as well (proxict, #132)
 - rbw code now supports --clipboard, and has an alias of rbw totp (#127)

Changed
 - Set a user agent for all API calls, not just logging in (#165)

Fixed
 - Also create runtime directories when running with --no-daemonize (Wim de \ 
With, #155)
 - Fix builds on NetBSD (#105)
 - Fix logging in when the configured email address differs in case from the \ 
email address used when registering (#158)
 - Fix editing passwords inadvertently clearing custom field values (#142)
   2024-02-01 12:24:06 by pin | Files touched by this commit (8)
Log message:
security/rbw: import package

This is an unofficial command line client for Bitwarden.
Although it does come with its own command line client, this client is
limited by being stateless - to use it, you're required to manually lock and
unlock the client, and pass the temporary keys around in environment variables,
which makes it very difficult to use. This client avoids this problem by
maintaining a background process which is able to hold the keys in memory,
similar to the way that ssh-agent or gpg-agent work. This allows the client
to be used in a much simpler way, with the background agent taking care of
maintaining the necessary state.

I consider rbw to be essentially feature-complete for me at this point. While
I still use it on a daily basis, and will continue to fix regressions as they
occur, I am unlikely to spend time implementing new features on my own. If you
would like to see new functionality in rbw, I am more than happy to review
and merge pull requests implementing those features.