Added
- macOS notification system selector (#23)
notificationSystemconfig option:"osascript"(default, reliable) or"node-notifier"(icons)- Choose between reliable notifications (osascript) or custom icons (node-notifier) on macOS
Usage
Default (reliable, no custom icons):
{
"notificationSystem": "osascript"
}With custom icons:
{
"notificationSystem": "node-notifier"
}Note: node-notifier may have reliability issues on some macOS systems.