added cheat sheet script. Updated password script to have a title. Updated readme.

This commit is contained in:
2026-06-03 06:18:46 -05:00
parent 2465ec78c2
commit 865140ace6
3 changed files with 19 additions and 1 deletions
+1 -1
View File
@@ -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