All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning. See Keep a CHANGELOG for more details.
- use fuzzywuzzy (if available) to match input strings
- follow symlinks in the
password-filter.py
file [#18] - set transient Alfred clipboard [#14]
- fix M1 homebrew path
- pass-otp support
- we now use Alfred's transient clipboard (for
pass
, not forpo
yet), kudos to @bgshiller! - recommended to use
pinentry.sh
instead ofpinentry-mac
- Notify when password is copied to clipboard
- new Placeholder Title
- add Alfred 3 to README.md
- Icons
- fix searching for secrets with whitespaces in their name
- remove use of rstrip as it can strip valid characters from password filename
- update README.md with basic installation instructions
pass generate
functionality
LICENSE.md
file
- Add
Makefile
to createpass.alfredworkflow
by @sorbits - Add UID to each item to enable Alfred's ranking by @sorbits
- Present password item's path as a subtitle by @sorbits
- Support progressive completion of password items by @sorbits
- Use
pass -c
for copying to clipboard by @CGenie - Remove
pass.alfredworkflow
from repo, useMakefile
instead by @CGenie
- Sort items alphabetically (case-insensitively) and perform case-insensitive filtering by @sorbits
- Initial working version (with
pass filter
) by @CGenie