{"id":16476247,"url":"https://github.com/softprops/sbt-growl-plugin","last_synced_at":"2025-03-21T06:32:18.681Z","repository":{"id":803137,"uuid":"505769","full_name":"softprops/sbt-growl-plugin","owner":"softprops","description":"Growling sbt test results so you don't have to","archived":false,"fork":false,"pushed_at":"2019-08-22T14:03:17.000Z","size":56,"stargazers_count":54,"open_issues_count":12,"forks_count":14,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-17T12:00:01.137Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Scala","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/softprops.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-02-06T20:29:46.000Z","updated_at":"2023-05-17T16:51:48.000Z","dependencies_parsed_at":"2022-07-18T13:00:59.969Z","dependency_job_id":null,"html_url":"https://github.com/softprops/sbt-growl-plugin","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fsbt-growl-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fsbt-growl-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fsbt-growl-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fsbt-growl-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/softprops","download_url":"https://codeload.github.com/softprops/sbt-growl-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244751701,"owners_count":20504246,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-10-11T12:41:53.221Z","updated_at":"2025-03-21T06:32:18.220Z","avatar_url":"https://github.com/softprops.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Growling Tests\n\nAn [sbt](https://github.com/harrah/xsbt#readme) 0.12.* plugin that growls/notifies test results.\n\n## Install\n\n### On Mac\n\nInstall the [growl](http://growl.info/) extra [growlnotify](http://growl.info/extras.php#growlnotify) commandline client, make sure it's in your path and you have growl turned on.\n\n### On Ubuntu\n\nInstall the `libnotify-bin` package.\n\n    sudo apt-get install libnotify-bin\n\n### On Windows (7) / GIT bash\n\nInstall the `growl for windows` package. This is available from [growl for windows](http://www.growlforwindows.com/gfw/help/growlnotify.aspx). This must be on the windows path. Note that the usage of growlnotify has only been tested from cygwin (specifically GIT bash). The sbt growl plugin uses growlnotify.exe, not growlnotify.com.\n\n### Project Configuration\n\nTo install on a per-project basis, add the following to your plugin definition file\n\n    addSbtPlugin(\"me.lessis\" % \"sbt-growl-plugin\" % \"0.1.3\")\n\n    resolvers += Classpaths.sbtPluginReleases\n\nTo install globally, create a `Build.scala` file under `~/.sbt/plugins/project` directory and add the following\n\n    import sbt._\n    object PluginDef extends Build {\n      override def projects = Seq(root)\n      lazy val root = Project(\"plugins\", file(\".\")) dependsOn(growl)\n      lazy val growl = uri(\"git://github.com/softprops/sbt-growl-plugin.git#0.1.3\")\n    }\n\nRun your tests with the sbt `test` task and you'll see the magikz.\n\n## Configuring Icons\n\nBy default the growl plugin looks for icons in `~/.sbt/growl/icons/`.  Specifically, it looks for:\n\n* `pass.png` - used when tests pass\n* `fail.png` - used when tests fail\n* `error.png` - used for catastrophic failures\n\nIf an icon is not found for Growl, the plugin extracts a Scala logo and places it in `~/.sbt/growl/icons/scala-logo.png` to use for notifications.\n\nThe directory in which Growl looks for icons can be configured by adding this to your `build.sbt` file:\n\n    defaultImagePath in Growl := \"/my/better/path\"\n\nYou can configure images individually by reconfiguring the GrowlTestImages class.  e.g.\n\n    (GrowlKeys.images in GrowlKeys.Growl) \u003c\u003c= (GrowlKeys.images in GrowlKeys.Growl)(i =\u003e i.copy(fail = Some(\"/better/fail/icon.png\")))\n\n\n## todo\n\n* support like notifiers on other OS's\n\n2010-2012 Doug Tangren (softprops) + Josh Suereth (jsuereth)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftprops%2Fsbt-growl-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoftprops%2Fsbt-growl-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftprops%2Fsbt-growl-plugin/lists"}