Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 915 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 915 Bytes

MIT License

image

bkekw is (an ugly, even uglier than b) tool that allows you to copy your Bitwarden/Vaultwarden password directly from your terminal.

Why?

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.

Demo

Dependencies

  • bw
  • xclip
  • jq
  • fzf

Installation

Move the bkekw file to ~/.local/bin.

mv bkekw ~/.local/bin

Create the alias to run the program from the current context:

alias b=". ~/.local/bin/bkekw"

Usage

Search for a password :

# ex, search github password
b github