An extension for pass that allows fuzzy finding in the store.
requires fzf
to be installed in the system.
Installation is done through pass
extensions.
mkdir -p $PASSWORD_STORE_DIR/.extensions/
wget https://raw.githubusercontent.com/ficoos/pass-fzf/master/fzf.bash -O $PASSWORD_STORE_DIR/.extensions/fzf.bash
chmod +x $PASSWORD_STORE_DIR/.extensions/fzf.bash
PASSWORD_STORE_ENABLE_EXTENSIONS=true pass fzf
$ pass fzf
$ alias passs='PASSWORD_STORE_ENABLE_EXTENSIONS=true pass fzf'