{"id":24625146,"url":"https://github.com/johnmccabe/go-bitbar","last_synced_at":"2025-10-18T21:06:42.813Z","repository":{"id":47677292,"uuid":"103192976","full_name":"johnmccabe/go-bitbar","owner":"johnmccabe","description":"Go library for building BitBar plugins","archived":false,"fork":false,"pushed_at":"2021-08-18T13:35:14.000Z","size":47,"stargazers_count":49,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-07T17:12:49.801Z","etag":null,"topics":["bitbar","bitbar-plugin","go","golang","golang-library"],"latest_commit_sha":null,"homepage":"","language":"Go","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/johnmccabe.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":"2017-09-11T22:05:38.000Z","updated_at":"2022-11-03T09:38:40.000Z","dependencies_parsed_at":"2022-09-13T01:23:29.338Z","dependency_job_id":null,"html_url":"https://github.com/johnmccabe/go-bitbar","commit_stats":null,"previous_names":["johnmccabe/bitbar"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/johnmccabe/go-bitbar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnmccabe%2Fgo-bitbar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnmccabe%2Fgo-bitbar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnmccabe%2Fgo-bitbar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnmccabe%2Fgo-bitbar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnmccabe","download_url":"https://codeload.github.com/johnmccabe/go-bitbar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnmccabe%2Fgo-bitbar/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264765743,"owners_count":23660628,"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":["bitbar","bitbar-plugin","go","golang","golang-library"],"created_at":"2025-01-25T04:13:09.276Z","updated_at":"2025-10-18T21:06:37.768Z","avatar_url":"https://github.com/johnmccabe.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"![go-bitbar logo](images/logo.svg)\n\n\n[![Travis Badge]][Travis]\n[![Go Report Card Badge]][Go Report Card]\n[![GoDoc Badge]][GoDoc]\n\nThis repo contains a package for creating [BitBar](https://github.com/matryer/bitbar) plugins in Go.\n\n## Usage\n\nCreating a BitBar plugin is as simple as (see the [godocs](https://godoc.org/github.com/johnmccabe/go-bitbar) for more details):\n\n```go\npackage main\n\nimport \"github.com/johnmccabe/go-bitbar\"\n\nfunc main() {\n    app := bitbar.New()\n    app.StatusLine(\"Hello\")\n\n    submenu := app.NewSubMenu()\n    submenu.Line(\"World!\")\n\n    app.Render()\n}\n```\n\n## Examples\n\n- [vmpooler-bitbar](https://github.com/johnmccabe/vmpooler-bitbar) is used to monitor and manage VMs running on [Puppetlabs vmpooler](https://github.com/puppetlabs/vmpooler)\n- [openfaas-bitbar](https://github.com/johnmccabe/openfaas-bitbar) is used to monitor and manage functions running on [OpenFaaS](https://github.com/openfaas/faas)\n- *If you are using [go-bitbar](https://github.com/johnmccabe/go-bitbar) please reach out to be added to this list*\n\n[Travis]: https://travis-ci.org/johnmccabe/go-bitbar\n[Travis Badge]: https://travis-ci.org/johnmccabe/go-bitbar.svg?branch=master\n[Go Report Card]: https://goreportcard.com/report/github.com/johnmccabe/go-bitbar\n[Go Report Card Badge]: https://goreportcard.com/badge/github.com/johnmccabe/go-bitbar\n[GoDoc]: https://godoc.org/github.com/johnmccabe/go-bitbar\n[GoDoc Badge]: https://godoc.org/github.com/johnmccabe/go-bitbar?status.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnmccabe%2Fgo-bitbar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnmccabe%2Fgo-bitbar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnmccabe%2Fgo-bitbar/lists"}