odensc / yubioath-krunner

Displays your YubiKey OATH credentials in krunner when you search for them.
4 stars 4 forks source link

Support typing code directly and using prefix #6

Closed aminehmida closed 4 years ago

aminehmida commented 4 years ago

The goal of this PR is to adds the following:

1- Ability to type codes directly in the active window using xdotool 2- Ability to use a prefix before matching codes

1 and 2 are configurable using settings.cfg that can be read from current directory, ~/.config/yubioth-krunner/ or /etc/yubioth-krunner/

They can be set using command line flags: --type, --copy and --prefix too.

I have also added a requirements.txt to make development easier.

Thank you for considering this PR!

aminehmida commented 4 years ago

Any chance you can review this? I use this app on a daily basis at my work and I would love to see this merged and published in the AUR (btw, I use Arch Linux haha)

odensc commented 4 years ago

Sorry, had open-source stuff on the backburner for a while. Merged with a few changes and pushed to AUR as 1.3.0. Thanks for the PR!