There is also an extension: https://github.com/ficoos/pass-fzf
pass () { if [ $# -eq 0 ] || ( [ $# -eq 1 ] && [ $1 = "-c" ] ); then find ~/.password-store -name '\*.gpg' -printf '%P\n' | sed -e 's:.gpg$::gi' | fzf | xargs /usr/local/bin/pass $@; else /usr/local/bin/pass $@; fi }
There is also an extension: https://github.com/ficoos/pass-fzf