krunner-pass icon indicating copy to clipboard operation
krunner-pass copied to clipboard

Auto-type support

Open TimJones opened this issue 8 years ago • 2 comments

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.

TimJones avatar Apr 15 '18 17:04 TimJones

Should be feasible. I implemented a POC in the branch autotype.

akermu avatar Apr 18 '18 17:04 akermu

Cool, I'll follow it with interest, maybe even a reason to flex my old Qt muscles :)

TimJones avatar Apr 18 '18 21:04 TimJones