dotfiles/bin/p
2021-02-05 11:05:41 +08:00

7 lines
142 B
Bash
Executable File

#!/bin/sh
PPWD=$(pwd)
trap "cd '$PPWD'" EXIT
cd ~/.password-store
find . -iname '*.gpg' | cut -c3- | sed 's/\.gpg$//g' | fzf | xargs pass -c