You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Stop hook that kicks off work in the background and finishes long after the hook
exits, so I want it to tell me when it's done. Right now I shell out to osascript for a
macOS notification.
It works, but it's outside the app, it knows nothing about the thread
it came from, and it's mac-only.
Closest I found is #7586, but that's about T3 deciding when to make a sound. Mine is just whether a hook can hand a message to the app.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I have a Stop hook that kicks off work in the background and finishes long after the hook
exits, so I want it to tell me when it's done. Right now I shell out to osascript for a
macOS notification.
It works, but it's outside the app, it knows nothing about the thread
it came from, and it's mac-only.
Closest I found is #7586, but that's about T3 deciding when to make a sound. Mine is just whether a hook can hand a message to the app.
All reactions