my dotz
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

add pa-dmenu to bin

j3s 54f91044 0598a454

+8
+8
bin/pa-dmenu
··· 1 + #!/bin/sh 2 + 3 + cd "${PA_DIR:-$HOME/.local/share/pa}" 4 + password_files="$(find * -type f | grep -v '/.git')" 5 + password=$(printf '%s\n' "$password_files" | sed 's/.age//' | dmenu "$@") 6 + 7 + pa show "$password" | head -n 1 | 8 + xdotool type --clearmodifiers --file -