bw-menu/README.md
2024-04-21 15:46:47 +02:00

337 B

Bitwarden Menu

Installation

# todo

Usage

# start bw serve
export BW_SESSION="$(bw unlock --raw)" && bw serve --hostname 127.0.0.1&
# get dropdown (takes a second)
bw-menu select

# get password of last selected entry
bw-menu history get 0 password

# list 5 last selected entries
bw-menu history list