Add pa-fuzzel
Jes Olson jolson@digitalocean.com
Tue, 14 Dec 2021 12:06:38 -0600
1 files changed,
10 insertions(+),
0 deletions(-)
jump to
A
contrib/pa-fuzzel
@@ -0,0 +1,10 @@
+#!/bin/sh +# +# prompt for a password, then type the selected password + +cd "${PA_DIR:-$HOME/.local/share/pa}" +password_files="$(find * -type f | grep -v '/.git')" +password=$(printf '%s\n' "$password_files" | sed 's/.age//' | fuzzel -dmenu "$@") + +pa show "$password" | head -n 1 | + wtype -