krunner-pass
krunner-pass copied to clipboard
Auto-type support
Would it be possible\feasible to add auto-type support in the style of https://github.com/carnager/rofi-pass ?? In short, multi-line pass files with field names.
foobarmysecurepassword
---
user: MyUser
SomeField: foobar
AnotherField: barfoo
url: http://my.url.foo
autotype: SomeField :tab UserName :tab AnotherField :tab pass
Any pass file with an autotype field will have its keystrokes sent to the active window. If no autotype field is available, the first line is coped to the clipboard as now.
Should be feasible. I implemented a POC in the branch autotype.
Cool, I'll follow it with interest, maybe even a reason to flex my old Qt muscles :)