aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.local/bin/get_password.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/.local/bin/get_password.sh b/.local/bin/get_password.sh
new file mode 100755
index 0000000..63747be
--- /dev/null
+++ b/.local/bin/get_password.sh
@@ -0,0 +1,2 @@
+#!/usr/bin/env bash
+pass -c $(find $HOME/.password-store -type f -iname *gpg | sed 's/.*password-store\/\(.*\).gpg/\1/' | sort | rofi -dmenu)