Skip to content

Show macOS notifications with a custom icon

License

Notifications You must be signed in to change notification settings

Licky939/notificator

 
 

Repository files navigation

Notificator

macOS notifications tool unencumbered by licenses that is blazing fast to set up with your own icon and bundle ID.

Download and setup

# Download the setup script
curl --silent 'https://raw.githubusercontent.com/vitorgalvao/notificator/master/setup_notificator' --output '/tmp/setup_notificator' && chmod +x '/tmp/setup_notificator'
# Run it with your options
/tmp/setup_notificator --icon {{path_to_an_image}} --bundle-id {{your_bundle_id}}

Call it with --help to see all the options.

Usage

Trigger a notification by calling the notificator script inside the app:

Notificator.app/Contents/Resources/Scripts/notificator --title 'This is a notification' --subtitle 'It has a subtitle' --message 'And plays a sound' --sound 'Frog'

Only --message is mandatory; all other flags are optional. Call it with --help to see all the options.

License

The Unlicense (Public Domain, essentially).

About

Show macOS notifications with a custom icon

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 83.1%
  • JavaScript 16.9%