{"id":24755559,"url":"https://github.com/zefirka/ohmyxbar","last_synced_at":"2026-04-17T05:31:28.317Z","repository":{"id":43198594,"uuid":"481907473","full_name":"zefirka/ohmyxbar","owner":"zefirka","description":null,"archived":false,"fork":false,"pushed_at":"2022-07-06T12:52:05.000Z","size":48,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T06:28:47.451Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zefirka.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-04-15T09:29:50.000Z","updated_at":"2022-07-26T16:14:01.000Z","dependencies_parsed_at":"2022-08-30T13:21:03.645Z","dependency_job_id":null,"html_url":"https://github.com/zefirka/ohmyxbar","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/zefirka/ohmyxbar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zefirka%2Fohmyxbar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zefirka%2Fohmyxbar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zefirka%2Fohmyxbar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zefirka%2Fohmyxbar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zefirka","download_url":"https://codeload.github.com/zefirka/ohmyxbar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zefirka%2Fohmyxbar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31916722,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-01-28T12:48:01.424Z","updated_at":"2026-04-17T05:31:28.300Z","avatar_url":"https://github.com/zefirka.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Oh My Xbar\n\nOhMyXbar is a all-in-one plugin for xBar which allows to show your tickets from Jira, activity in Github and custom links directly on Mac's menu bar. \n\n### Requirements\n\n- OSX \u003e= 13\n- [npx](https://www.npmjs.com/package/npx)\n\n### Install\n\n```bash\ncurl https://raw.githubusercontent.com/zefirka/ohmyxbar/master/install.sh | bash\n```\n\n### Configuration\n\nConfiguration by default stored in `~/.ohmyxbar.js`\n\n- `header` - symbol to draw in header (🤔 by default)\n- `quickLinks` - nested map of links, where key is title, value is link or other map\n- `plugins` - plugins configs\n\n#### Jira config\n\n```ts\n{\n    host: \"jira-host.atlassian.net\",\n    email: \"your-email@example.com\",\n    token: \"jira token\",\n    // custom user id, by default: currentUser()\n    userId?: \"1234-20-32-30\",\n    // custom JQL to grab tickets\n    jql?: \"asignee = currentUser() and priority = High\",\n    // order key\n    order?: \"key\",\n    // list of statuses to exclude\n    excludeStatuses?: [\"closed\"],\n    // statuses map\n    statuses?: {\n        groupTitle: string;\n        statuses: string[];\n        color: string;\n    }[] | [status: string, color: string][];\n\n    // make projects as links to project jql\n    linkToProjectFilter?: boolean;\n    // make statuses header as links to project jql\n    linkToStatusFilter?: boolean;\n    // count of tickets by status (by default: 10)\n    ticketsByStatus?: number;\n    // draw separators between groups (applicable only in flat mode)\n    useSeparators?: boolean;\n    // how to group tickets\n    groupDepth?: 'flat' | 'by-project' | 'by-status';\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzefirka%2Fohmyxbar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzefirka%2Fohmyxbar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzefirka%2Fohmyxbar/lists"}