-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature request: Distributed notifications on enter/exit #64
Comments
any preferred name for the DNs? i'm trying to stick with what Apple does but they don't have something proper for windows. there's some ideas i have, in order of preference for me:
i mostly prefer 1. because it sounds cute and magical 😂️ |
sorry, already decided. it's just too cute. |
done in a20: https://github.com/godbout/Wooshy.docs/releases/tag/1.a20 there's automated tests but tbh i think i didn't tested manually through an external app. let me know if it doesn't work properly. |
With Hammerspoon ( wooshyAppearWatcher = hs.distributednotifications.new(function(name, object, userInfo)
hs.printf('appear')
end, 'WooshyInputDidAppear')
wooshyAppearWatcher:start()
wooshyDisappearWatcher = hs.distributednotifications.new(function(name, object, userInfo)
hs.printf('disappear')
wooshyDisappearWatcher:start() it looks like Wooshy sends the |
works fine here, although i had to correct the hs config: ScreenFlow.mp4
is there something i'm missing? or is it still too early in Germany? 😂️ |
😂😂🤦 looks like it's still too early. Gonna go have a coffee |
and it's Monday so you're double-excused. |
Like in kV, sending distributed notifications on enter/exit of The Input would open up new possibilities for using Wooshy in conjunction with other tools such as Karabiner Elements & Hammerspoon. See #63 (comment) for a use case example.
The text was updated successfully, but these errors were encountered: