-
Notifications
You must be signed in to change notification settings - Fork 27
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
Add path based username detection #139
Comments
I would be interested to implement this feature. |
I didn't know the android one could work like that, I only put usernames in the password files because of pass-winmenu 😅 off-topic did you see how the android one has apparently been abandoned? I couldn't install it on my newer phone |
Yeah, I only realized it was abandoned, while writing this issue. I currently keep the username in the file, and it's path at the same time, which is a little cumbersome. My Linux setup also uses the file path, so it would be nice to have this feature, even if I switch to another android app. |
Hi @G3sit, your suggestion sounds reasonable to me. Feel free to submit a pull request, and I'll review it! |
Motivation
I am using a file naming scheme like:
<Category>/<Website>/<Username>/password.gpg
. I am using it, because of Android Password Store. Thus, I want to extract the username from the file path.Proposal
To be honest, the second option would be nicer and sufficient for most users, but the first is more versatile.
The text was updated successfully, but these errors were encountered: