Skip to content

LeBaronDeCharlus/b

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maintainer MIT License

b is (an ugly) a tool that allows you to copy your Bitwarden/Vaultwarden password directly from your terminal.

Demo

Dependencies

  • bw (Bitwarden cli)
  • xclip
  • jq
  • fzf
  • fzf-tmux

Installation

You need to create a Bitwarden token, check documentation here. Then set variables in b script.

# Fill these vars
export BW_CLIENTID=''
export BW_CLIENTSECRET=''
export BW_PASSWORD=''

Finally move b file to /usr/local/bin.

sudo mv b /usr/local/bin 

Usage

Search for a password :

# ex, search github password
b github

Sync vault (download new password from Bitwarden/Vaultwarden server):

b --sync

About

b, ugly bash bitwarden cli

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages