bkekw is (an ugly, even uglier than b) tool that allows you to copy your Bitwarden/Vaultwarden password directly from your terminal.
It works for me. You run it in a shell session. The first time, it will prompt you for the master password, but consecutive times that you run b within the session, the vault will already be unlocked. I use it on a dwm st scratchpad btw.
bwxclipjqfzf
Move the bkekw file to ~/.local/bin.
mv bkekw ~/.local/binCreate the alias to run the program from the current context:
alias b=". ~/.local/bin/bkekw"Search for a password :
# ex, search github password
b github
