{"id":13508637,"url":"https://github.com/zachallett/growl","last_synced_at":"2026-02-21T18:02:34.073Z","repository":{"id":22330837,"uuid":"25666351","full_name":"zachallett/growl","owner":"zachallett","description":"Simple wrapper for growl, the notification system for OSX","archived":false,"fork":false,"pushed_at":"2017-11-17T18:48:24.000Z","size":46,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-15T09:55:03.077Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zachallett.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-24T01:45:07.000Z","updated_at":"2024-07-24T21:40:17.000Z","dependencies_parsed_at":"2022-08-21T02:30:46.108Z","dependency_job_id":null,"html_url":"https://github.com/zachallett/growl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zachallett/growl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachallett%2Fgrowl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachallett%2Fgrowl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachallett%2Fgrowl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachallett%2Fgrowl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zachallett","download_url":"https://codeload.github.com/zachallett/growl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachallett%2Fgrowl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29689645,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T15:51:39.154Z","status":"ssl_error","status_checked_at":"2026-02-21T15:49:03.425Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T02:00:56.028Z","updated_at":"2026-02-21T18:02:34.040Z","avatar_url":"https://github.com/zachallett.png","language":"Elixir","funding_links":[],"categories":["Miscellaneous"],"sub_categories":[],"readme":"# Growl\n\nA simple wrapper to the command line interface for the [Growl OSX notification system](http://growl.info/).\n\n## Setup\n\n```Elixir\ndefp deps do\n  [\n    {:growl, github: \"zachallett/growl\"}\n  ]\n```\n\n## Usage\nWithin the script you would like to create a `growl` notification, make the module call as follows:\n\n```Elixir\nGrowl.notify(\"This is a notification\")\n```\n\nThe 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.\n\n```Elixir\nGrowl.notify([\"Example\", \"This is an example notification\"])\n```\n\nwould give the following notification:\n\n![Forced Update](https://github.com/zachallett/growl/blob/master/multi_line_notification.png?raw=true \"Multi-Line notification Screenshot\"))\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzachallett%2Fgrowl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzachallett%2Fgrowl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzachallett%2Fgrowl/lists"}