added cheat sheet script. Updated password script to have a title. Updated readme.
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ store="${PASSWORD_STORE_DIR:-$HOME/.password-store}"
|
||||
|
||||
passwords="$(find "$store" -name "*.gpg" | sed -e 's|\.gpg$||' | sed -e "s|$store/||")"
|
||||
|
||||
selection=$(echo "$passwords" | wofi --dmenu)
|
||||
selection=$(echo "$passwords" | wofi --prompt "Passwords" --dmenu)
|
||||
|
||||
[ -z "$selection" ] && exit 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user