small pixel drawing of a pufferfish pa

Add pa-fuzzel
Jes Olson jolson@digitalocean.com
Tue, 14 Dec 2021 12:06:38 -0600
commit

a758e244e8a2b7eb110453d84893f3018dd353f2

parent

b388e175d4aaf7d3ae5835bcdb17823969c5e431

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 -