Skip to content

Instantly share code, notes, and snippets.

@Falci
Created June 28, 2022 13:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Falci/99cc5ad5301c2c50dc2d6f0c221337f0 to your computer and use it in GitHub Desktop.
Save Falci/99cc5ad5301c2c50dc2d6f0c221337f0 to your computer and use it in GitHub Desktop.
# brew install pass fzf
alias passwords='find ~/.password-store/**/*.gpg | sed -E "s|.*password-store\/(.*).gpg|\1|"'
alias pw='pass -c "$(passwords | fzf)"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment