Skip to content

samuel-andres/bkekw

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

b, uglier posix bitwarden cli

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%