-
Notifications
You must be signed in to change notification settings - Fork 6
Add keepass-like autotype #3
Comments
Hi, thanks for the suggestion. I've thought about implementing such a feature, but always lost motivation because the default autotype ( |
I did try this, but never ended up using it, because it apparently expects a "password: " field, but the first line is always already the password. If I added "password:" then it would mess up other pass utilities since they will always also read that prefix. Meaning that it would always just error on line 103 and exit. I would like to see the following just because it will cause the least problems:
What do you think? It handles cases like gitea equally as well as Paypal (which is hiding the password prompt on another page which it redirects to after a few seconds) |
Hmm, this sounds like a bug. Are you using the latest version? I just pushed a commit that fixed a possibly related issue. And it does not expect a |
I like this idea, I'll look into how hard it would be to implement. A quality pull request would also be welcome; after all, Hacktoberfest is coming up... :) |
I would love to do this in lua, if you accept the inclusion of lua stuff into your project. it would make things much much easier ;) |
Hey, sorry for just getting around to responding to this, your other issue reminded me. I haven't been using this project for a little while now, but I would be OK with anything you are willing to contribute. |
This is my current version of the parser. I suggest you just use this as inspiration for a reimplementation in bash. I'm just not really familiar with that. I hope this is at least somewhat useful to you! |
Hey there,
I really like this project, but It's proven to be pretty tedious to open wofi, search the entry and select the value of a stored login. I would love to see an autotype feature so I only have to select an entry and it automatically reads an autotype field to enter the credentials.
I would prefer to have a keepass-like autotype - I think enter, tab, delay and a field are be the most important values for such a feature.
Thanks!
The text was updated successfully, but these errors were encountered: