2024-04-21 18:46:16 +02:00
2024-04-21 18:46:16 +02:00

Bitwarden Menu

Installation

git clone --branch python https://git.navidsassan.ch/navid.sassan/bw-menu.git
dnf install -y python3 python3-pyperclip

./src/main.py --help

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
Description
Bitwarden Menu
Readme 95 KiB
Languages
Rust 100%