rbw

rbw 1.15.0

Unofficial command line client for Bitwarden

https://crates.io/crates/rbw
MIT License
main program: rbwprograms: git-credential-rbw, rbw, rbw-agent
Platforms (38)
armv6l-netbsdmipsel-linuxriscv32-nonex86_64-freebsdarmv5tel-linuxmips-linuxs390x-linuxmips64el-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  rbw
];
Ad-hoc shell
nix-shell -p rbw
Flake (nix run)
nix run nixpkgs#rbw