/password-store

fork of passwordstore.org

Primary LanguageShellOtherNOASSERTION

This is a fork/patch to add fuzzy search functionality to password-store.

Screencast

#Usage:

Type pass ** and hit tabulator to start the fuzzy search. Hit Return or Ctrl+Return to select the password.

pass **<TAB>

#Install:

Choose one of the recommended fuzzy search commands listed below:

Recommended:

Clone this repository :

git clone https://github.com/d4ndo/password-store.git
cd password-store
make install-common

Set the fuzzy search command for password-store to use in .bashrc. In this example it is PASSWORD_STORE_FUZZY="fzf".

~.bashrc

export PASSWORD_STORE_FUZZY="fzf"
source "/usr/share/bash-completion/completions/pass"

Troubleshooting: Set the source where to find bash completion.

Depends on: