{"id":13813837,"url":"https://github.com/gen2brain/beeep","last_synced_at":"2025-05-14T15:06:07.622Z","repository":{"id":40248527,"uuid":"113837306","full_name":"gen2brain/beeep","owner":"gen2brain","description":"Go cross-platform library for sending desktop notifications, alerts and beeps","archived":false,"fork":false,"pushed_at":"2024-05-16T21:00:08.000Z","size":108,"stargazers_count":1547,"open_issues_count":19,"forks_count":96,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-04-11T17:49:25.924Z","etag":null,"topics":["beep","beeps","notifications","notify"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gen2brain.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-11T09:14:08.000Z","updated_at":"2025-04-09T16:42:08.000Z","dependencies_parsed_at":"2024-06-18T12:25:22.678Z","dependency_job_id":null,"html_url":"https://github.com/gen2brain/beeep","commit_stats":{"total_commits":60,"total_committers":16,"mean_commits":3.75,"dds":0.3666666666666667,"last_synced_commit":"6e717729cb4ff32e019d58b77c9a8f67df47cf98"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gen2brain%2Fbeeep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gen2brain%2Fbeeep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gen2brain%2Fbeeep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gen2brain%2Fbeeep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gen2brain","download_url":"https://codeload.github.com/gen2brain/beeep/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254169018,"owners_count":22026207,"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":["beep","beeps","notifications","notify"],"created_at":"2024-08-04T04:01:32.270Z","updated_at":"2025-05-14T15:06:07.574Z","avatar_url":"https://github.com/gen2brain.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"## beeep\n[![Build Status](https://github.com/gen2brain/beeep/actions/workflows/build.yml/badge.svg)](https://github.com/gen2brain/beeep/actions)\n[![Go Reference](https://pkg.go.dev/badge/github.com/gen2brain/beeep.svg)](https://pkg.go.dev/github.com/gen2brain/beeep)\n[![Go Report Card](https://goreportcard.com/badge/github.com/gen2brain/beeep?branch=master)](https://goreportcard.com/report/github.com/gen2brain/beeep) \n\n`beeep` provides a cross-platform library for sending desktop notifications, alerts and beeps.\n\n### Installation\n\n    go get -u github.com/gen2brain/beeep\n\n### Build tags\n\n* `nodbus` - disable `godbus/dbus` and use only `notify-send`\n\n### Examples\n\n```go\nerr := beeep.Beep(beeep.DefaultFreq, beeep.DefaultDuration)\nif err != nil {\n    panic(err)\n}\n```\n\n```go\nerr := beeep.Notify(\"Title\", \"Message body\", \"assets/information.png\")\nif err != nil {\n    panic(err)\n}\n```\n\n```go\nerr := beeep.Alert(\"Title\", \"Message body\", \"assets/warning.png\")\nif err != nil {\n    panic(err)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgen2brain%2Fbeeep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgen2brain%2Fbeeep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgen2brain%2Fbeeep/lists"}