aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlocal/bin/bitwarden-dmenu8
1 files changed, 0 insertions, 8 deletions
diff --git a/local/bin/bitwarden-dmenu b/local/bin/bitwarden-dmenu
deleted file mode 100755
index 68afe04..0000000
--- a/local/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