Home

Awesome

bitwarden-cli

A zsh Bitwarden CLI fuzzy finder using fzf

requirements

setup

zinit

zinit wait lucid for \
  casonadams/bitwarden-cli \
  ;

oh my zsh

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
)

login

bw login

** Note if having issues remove /tmp/.bw* file **

environment (optional)

usage (defaults)

ShortcutDescription
alt + ppassword
alt + ttotp
CommandsDescription
bw_passpassword
bw_pass otptotp
bw_pass -cpassword to clipboard
bw_pass otp -ctotp to clipboard
bw_pass listlist password names
bw_pass <name>password (name should come from list)