remove pa-fuzzel lawl
Jes Olson j3s@c3f.net
Tue, 21 Jun 2022 17:25:38 -0500
D
bin/pa-fuzzel
@@ -1,9 +0,0 @@
-#!/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 | tr -d '\n' | wtype -