snippetbashTip
rbw — Unofficial Bitwarden-compatible password manager. More information: <https://github.com/doy/rbw#conf
Viewed 0 times
commandpasswordrbwclibitwardenunofficialmanagercompatible
Problem
How to use the
rbw command: Unofficial Bitwarden-compatible password manager. More information: <https://github.com/doy/rbw#configuration>.Solution
rbw — Unofficial Bitwarden-compatible password manager. More information: <https://github.com/doy/rbw#configuration>.Log in to the vault:
rbw loginUnlock the vault:
rbw unlockList all items in the vault:
rbw listGet a password for an entry:
rbw get "{{entry_name}}"Get a username for an entry:
rbw get {{[-f|--field]}} username "{{entry_name}}"Copy a password to the clipboard:
rbw get {{[-c|--clipboard]}} "{{entry_name}}"Generate a new password with the specified number of characters:
rbw generate {{password_length}}Lock the vault:
rbw lockCode Snippets
Log in to the vault
rbw loginUnlock the vault
rbw unlockList all items in the vault
rbw listGet a password for an entry
rbw get "{{entry_name}}"Get a username for an entry
rbw get {{[-f|--field]}} username "{{entry_name}}"Context
tldr-pages: common/rbw
Revisions (0)
No revisions yet.