Logo

0x5a.live

for different kinds of informations and explorations.

GitHub - zachallett/growl: Simple wrapper for growl, the notification system for OSX

Simple wrapper for growl, the notification system for OSX - zachallett/growl

Visit SiteGitHub - zachallett/growl: Simple wrapper for growl, the notification system for OSX

GitHub - zachallett/growl: Simple wrapper for growl, the notification system for OSX

Simple wrapper for growl, the notification system for OSX - zachallett/growl

Powered by 0x5a.live ๐Ÿ’—

Growl

A simple wrapper to the command line interface for the Growl OSX notification system.

Setup

defp deps do
  [
    {:growl, github: "zachallett/growl"}
  ]

Usage

Within the script you would like to create a growl notification, make the module call as follows:

Growl.notify("This is a notification")

The API accepts messages in a string format, as well as a list. If the first argument is a list, the first object is the title line, with subsequent lines being the body of the notification.

Growl.notify(["Example", "This is an example notification"])

would give the following notification:

Forced Update)

Contributing

  1. Fork it
  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 new Pull Request

Elixir Resources

are all listed below.

Resources

listed to get explored on!!

Made with โค๏ธ

to provide different kinds of informations and resources.