/notification

🛎 tiny CLI tool to read all or certain NSNotifications on macOS

Primary LanguageSwift

🛎 notification

This is a tiny CLI tool to read all or specified NSNotifications that are flying around through DistributedNotificationCenter on your macOS system.

Usage

$ notification 
# Will output all notifications it receives

$ notification com.apple.iTunes.playerInfo
# Will only output notifications with the specified ID