commands.sh

rbw

all

Unofficial Bitwarden-compatible password manager.

More info →

Options (2)

-f, --fieldboolean

Get a username for an entry

Example: rbw get {{[-f|--field]}} username "{{entry_name}}"
-c, --clipboardboolean

Copy a password to the clipboard

Example: rbw get {{[-c|--clipboard]}} "{{entry_name}}"

Examples (8)

Log in to the vault

Unlock the vault

rbw unlock

List all items in the vault

rbw list

Get 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 lock
made by @shridhargupta | data from tldr-pages