New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support wildcard checks of multiple password files #3
Comments
|
As a workaround for right now, you might try:
|
|
I did something similar in a less sophisticated bash for loop. Do you think this should be documented as an idea, or do you think extending this with a multi-pass option like pass-update has is a good plan? |
|
Yeah, I think checking if multiple, or all, passwords are known to hibp is a reasonable thing to want to do. I’ll think about how this might work, and thanks for pointing out pass-update here. |
|
Okay, globbing is now supported with f289ebf. |
Please add multiple file checks, for example
pass pwned d*could check and report all pass files starting with a dThe text was updated successfully, but these errors were encountered: