Skip to content

An extension for the pass password manager using fzf

License

Notifications You must be signed in to change notification settings

qukhan/pass-fzf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

pass-fzf

An extension for the pass password manager using fzf to find matching passwords.

Selects the best matching password. Opens up the fzf selector if there are several matches.

Usage

pass fzf [ --clip[=line-number], -c[line-number] ] [ --qrcode[=line-number], -q[line-number] ] fuzzy-pass-name

The options are the same as the show command for pass (see manpage).

Install

Requires: fzf.

  • Create the .password-store/.extentions folder and copy fzf.bash there.
  • Set PASSWORD_STORE_ENABLE_EXTENSIONS to `"true".
: ${PASSWORD_STORE_DIR="~/.password-store"} # Define var if not already defined
mkdir -p "${PASSWORD_STORE_DIR}/.extensions"
cp fzf.bash "${PASSWORD_STORE_DIR}/.extensions"
export PASSWORD_STORE_ENABLE_EXTENSIONS="true" # or add to .bashrc

About

An extension for the pass password manager using fzf

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages