-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UX: Possibility to prompt when touch is required? #154
Comments
It gets printed to the console. I'm assuming you'd want a UI notification in the same fashion as yubikey-agent? |
If you're not seeing any message at all, even after waiting, that suggests a different problem. Can you confirm whether or not you're seeing the delayed message? |
I went back and checked the details of this change, and I'd forgotten that the way we did it was that the message was removed completely from So the issue here is probably that the age client you are using does not implement the "waiting on X plugin" notification. |
I'm pretty new to the age ecosystem and am using the original age. All it does is print a message to the console, which isn't great when it's used in scripts. Ideally, I'd like a GUI popup for PIN prompts and a notification for touch prompts. Is there a way to do that with age or would I need to use a different client, like your rage? |
I have the same problem (also pretty new to the age ecosystem), the console-only UX is really confusing when using a console email client (like aerc). |
You would need to use a client that implements that feature. My |
Thank you @str4d , the way
I am also wondering about getting a notification for touch prompts. Is that possible somehow? |
To answer my own question, it seems like this might do it: https://github.com/maximbaz/yubikey-touch-detector |
I use |
What were you trying to do
I'm happily using age-plugin-yubikey, but I find that there are occasions when the lack of a prompt when touch is required is confusing, because it appears that the program just "hangs".
Is it possible to add an optional prompt saying "Please touch your yubikey" or somesuch?
The text was updated successfully, but these errors were encountered: