Epse / bitwarden-dmenu

dmenu for bitwarden-cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bitwarden-dmenu

npm node GitHub

dmenu for bitwarden which can copy usernames, passwords, and various fields to your clipboard.

Usage

$ bitwarden-dmenu --help
Usage: bitwarden-dmenu [options]

Options:
  --clear-clipboard   Number of seconds to keep selected field in the clipboard.
                      Defaults to 15s.
  --session-timeout   Number of seconds after an unlock that the menu can be accessed
                      without providing a password again. Defaults to 0s.
  --sync-vault-after  Number of seconds allowable between last bitwarden sync and
                      current time. Defaults to 0s.
  --on-error          Arbitrary command to run if the program fails. The thrown error
                      is piped to the given command. Defaults to none.

  --verbose           Show extra logs useful for debugging.

By default, this program runs at its most secure. No session is stored for any time period, the vault is updated every time it is used, and the clipboard is cleared every 15 seconds. In reality, you may want something a little more lenient. Here is the command I use in my personal i3wm config.

bitwarden-dmenu --clear-clipboard 30 --session-timeout 100 --sync-vault-after 3600 --on-error 'xargs notify-send --urgency=low'

Installation

# login with bitwarden-cli once before using bitwarden-dmenu
bw login
# install the cli
npm i -g bitwarden-dmenu

Depends on

Credits

Inspired by the no longer maintained keepass-dmenu

About

dmenu for bitwarden-cli

License:MIT License


Languages

Language:JavaScript 100.0%