A zsh Bitwarden CLI fuzzy finder using fzf
zinit wait lucid for \
casonadams/bitwarden-cli \
;
ZSH_CUSTOM="${HOME}/.oh-my-zsh/custom/" git clone --depth=1 "https://github.com/casonadams/bitwarden-cli.git" "${ZSH_CUSTOM}/plugins/bitwarden-cli"
plugins+=(
bitwarden-cli
)
bw login
** Note if having issues remove /tmp/.bw* file **
- BW_PASSWORD_KEY (default
^[p
) - BW_TOTP_KEY (default
^[t
)
Shortcut | Description |
---|---|
alt + p |
password |
alt + t |
totp |
Commands | Description |
---|---|
bw_pass |
password |
bw_pass otp |
totp |
bw_pass -c |
password to clipboard |
bw_pass otp -c |
totp to clipboard |
bw_pass list |
list password names |
bw_pass <name> |
password (name should come from list) |