pallotron / yubiswitch

OSX status bar application to enable/disable Yubikey Nano
Other
872 stars 65 forks source link

Expose yubikey status to apple script #75

Closed cji closed 6 years ago

cji commented 6 years ago

Fixes #74

Exposes the yubikey status to AppleScript which allows you to do:

osascript -e "tell application \"yubiswitch\" to get status"

screen shot 2018-03-08 at 4 38 58 pm

pallotron commented 6 years ago

seems legit :) thanks!

cji commented 5 years ago

@pallotron thanks for the merge! is it possible to cut a new release with this fix please?

pallotron commented 5 years ago

sure I will do that next week :)

pallotron commented 5 years ago

done!

https://github.com/pallotron/yubiswitch/releases/tag/v0.13

let me know if it works as expected!

cji commented 5 years ago

Thank you! Sorry I bugged you on the weekend about this!

Works perfectly