All Projects → vitorgalvao → Notificator

vitorgalvao / Notificator

Licence: unlicense
Show macOS notifications with a custom icon

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Notificator

Countly Sdk Cordova
Countly Product Analytics SDK for Cordova, Icenium and Phonegap
Stars: ✭ 69 (-18.82%)
Mutual labels:  notifications
Playlistcore
Media Playlist Service With Notification and Remote View Support
Stars: ✭ 77 (-9.41%)
Mutual labels:  notifications
Backgroundupdate
后台更新APP(两句代码实现)
Stars: ✭ 80 (-5.88%)
Mutual labels:  notifications
Qy Wechat Notification Plugin
企业微信Jenkins构建通知插件
Stars: ✭ 72 (-15.29%)
Mutual labels:  notifications
Applozic Web Plugin
Javascript (jQuery) Real Time Chat & Messaging plugin
Stars: ✭ 76 (-10.59%)
Mutual labels:  notifications
Sharexin
ShareX for Linux and BSD
Stars: ✭ 79 (-7.06%)
Mutual labels:  notifications
Kju
Kju — Improved waiting time for the adidas.com splash page ❯❯❯_
Stars: ✭ 68 (-20%)
Mutual labels:  notifications
Org Wild Notifier.el
Alert notifications for org-agenda
Stars: ✭ 84 (-1.18%)
Mutual labels:  notifications
Notify
Cross-platform library for desktop notifications for your go application
Stars: ✭ 76 (-10.59%)
Mutual labels:  notifications
React Semantic Toasts
React Semantic UI notifications library
Stars: ✭ 80 (-5.88%)
Mutual labels:  notifications
Crypto Coin Alerts
An application that let you set alerts for the prices of several cryptocurrencies
Stars: ✭ 72 (-15.29%)
Mutual labels:  notifications
Soundswitch
C# application to switch default playing device. Download: https://soundswitch.aaflalo.me/
Stars: ✭ 1,190 (+1300%)
Mutual labels:  notifications
Laravel Console Logger
Logging and Notifications for Laravel Console Commands.
Stars: ✭ 79 (-7.06%)
Mutual labels:  notifications
Typednotifications
A mechanism for sending typed notifications with payloads across your iOS app.
Stars: ✭ 70 (-17.65%)
Mutual labels:  notifications
Jquery Toast Plugin
Highly customizable jquery plugin to show toast messages
Stars: ✭ 1,237 (+1355.29%)
Mutual labels:  notifications
Checknewappversionavailable
It makes a request to Play Store to check if there is a new version of your published app
Stars: ✭ 69 (-18.82%)
Mutual labels:  notifications
Homebridge Unifi Protect Camera Motion
Camera & Motion sensor support for Unifi Protect cameras in Homekit via Homebridge
Stars: ✭ 79 (-7.06%)
Mutual labels:  notifications
Project
⭐️ Antares Project Application Skeleton. This is the very first place you should start. It allows you to create a brand new awesome project in easy few steps.
Stars: ✭ 84 (-1.18%)
Mutual labels:  notifications
Updater
基于DownloadManager封装的更新器,使用超简单!
Stars: ✭ 82 (-3.53%)
Mutual labels:  notifications
Web Push Php
Web Push library for PHP
Stars: ✭ 1,224 (+1340%)
Mutual labels:  notifications

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).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].