Notification Watcher is an application that lets you see all the distributed and workspace notifications being passed around the system. Useful for debugging applications which use these notifications or for hunting down undocumented notifications.
Notification Watcher is an application that lets you see all the distributed and workspace notifications being passed around the system. Useful for debugging applications which use these notifications or for hunting down undocumented notifications.
To install NotificationWatcher, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install NotificationWatcher
To see what files were installed by NotificationWatcher, run:
port contents NotificationWatcher
To later upgrade NotificationWatcher, run:
sudo port selfupdate && sudo port upgrade NotificationWatcher
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.