aboutsummaryrefslogtreecommitdiff
path: root/bin/bitwarden-dmenu
diff options
context:
space:
mode:
Diffstat (limited to 'bin/bitwarden-dmenu')
-rwxr-xr-xbin/bitwarden-dmenu8
1 files changed, 0 insertions, 8 deletions
diff --git a/bin/bitwarden-dmenu b/bin/bitwarden-dmenu
deleted file mode 100755
index 68afe04..0000000
--- a/bin/bitwarden-dmenu
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-domain="$(echo | dmenu -p 'Enter domain name: ')"
-
-echo | dmenu -P -p 'Enter your master password: ' |
- (bw get password "$domain" ||
- { notify-send -u critical 'Bad password'; exit 1; }) |
- xclip -selection clipboard