Skip to content

dllmomi/mac_notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MacNotifier

Mac Notifier is notify "Notification Center" on apple script. simply, and asynchronously.

Installation

Add this line to your application's Gemfile:

gem 'mac_notifier', github: 'dllmomi/mac_notifier'

Usage

simple notification:

notification = MacNotifier::Notification.new(
  'notification body',
  'title',
  'subtitle'
)
MacNotifier.notify(notification)

notification with voice:

notification = MacNotifier::Notification.new(
  'notification body',
  'title',
  'subtitle'
)
MacNotifier.notify_with_voice(notification)
# voice called 'notification body'

Contributing

  1. Fork it ( https://github.com/dllmomi/mac_notifier/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

Mac Notifier is notify "Notification Center" on apple script. simply, and asynchronously.

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages