FiloSottile / yubikey-agent

yubikey-agent is a seamless ssh-agent for YubiKeys.
https://filippo.io/yubikey-agent
BSD 3-Clause "New" or "Revised" License
2.6k stars 124 forks source link

Clear notification once you've tapped the yubikey #119

Open psanford opened 2 years ago

psanford commented 2 years ago

On linux, you can get the notification id when you trigger a notification so you can clear it later instead of just depending on a timeout. Presumably there's a way to also do this on macOS.

I've got a patch that implements this on linux, if there is interest I can turn this into a PR: https://github.com/psanford/yubikey-agent/commit/9ec54aeb20ce93bfbccd036b435225db9a48713f

catdevnull commented 1 year ago

I didn't see this when implementing #141 :)