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
Building on #74 (#76) it would be nice to have a cross-platform way of using desktop notifications.
I'd like to avoid additional golang dependencies in gotestsum and use the os/exec approach for running the notification.
A couple options that come to mind:
If there are widely used CLI tools (such as terminal-notifier in contrib/notify/notify-macos.go) we could add a new cmd/tool/notify which detects which CLI is available and shells out to the correct CLI
Good issue, and cross-platform is important, I prefer to option 2, call notifier without user permission isn't a good behavior. Build a light and cross-platform notifier is enough.
Building on #74 (#76) it would be nice to have a cross-platform way of using desktop notifications.
I'd like to avoid additional golang dependencies in
gotestsum
and use theos/exec
approach for running the notification.A couple options that come to mind:
terminal-notifier
incontrib/notify/notify-macos.go
) we could add a newcmd/tool/notify
which detects which CLI is available and shells out to the correct CLIThe text was updated successfully, but these errors were encountered: