anonymous1184/bitwarden-autotype

[Enchancement] Per URI auto-type sequence

KnightTim opened this issue · 1 comments

Execute a auto-type sequence based on the URI matched.

Use case example:
Steam will prompt for username and password initially. Later on waking the computer Steam will occasionally prompt for the password only and have the username prefilled and disabled. Also after entering the password it will ask for the TOTP code.

Current solution:
Just press the shortcut combo for password only. Then press the TOTP shortcut combo.

Suggested Improvement:
Just press the standard auto-type shortcut and based on the URI that is matched, looking at the title of the window in question, a different auto-type sequence would be used.

Implementation idea:
In the custom text field allow auto-type-# where the number following auto-type would correspond to the URI. If no matching auto-type is found for a given URI fall back to the default.

(This is just an idea to think about, it might be a lot of work. The existing options provide a reasonable solution already. Feel free to ignore this if you want.)

While it will add a more complete automation experience, I can't say I have a single use case for this. I like the idea and it won't be hard to implement, what will be hard is to document it and given that I have zero documentation for the project proves to be difficult even explain it exists in the first place.

When I finally have the time to write the Wiki (which is long overdue) I can implement this, meanwhile this can be achieved by having an entry in the Vault with only URL, password and TOTP.

I like the idea and I'll put it in the backlog, but right now I think that having documentation has precedence over new functionality. Thanks again for your valuable input.