small pixel drawing of a pufferfish dotfiles

add pa-dmenu to bin
j3s j3s@c3f.net
Thu, 04 Feb 2021 18:36:04 -0600
commit

54f91044a8fc98885836d6f6cde297741c863431

parent

0598a454f3e89d0fa0fa0caf08788cf6db5e81e8

1 files changed, 8 insertions(+), 0 deletions(-)

jump to
A bin/pa-dmenu

@@ -0,0 +1,8 @@

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