{"id":22726242,"url":"https://github.com/maskedsyntax/focusbrew","last_synced_at":"2026-02-14T02:43:44.540Z","repository":{"id":193907180,"uuid":"378726215","full_name":"maskedsyntax/focusbrew","owner":"maskedsyntax","description":"A Pomodoro Timer for better focus.","archived":false,"fork":false,"pushed_at":"2026-02-08T17:32:35.000Z","size":404,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-08T22:36:07.282Z","etag":null,"topics":["analysis","bubbletea","cross-platform","focus","golang","linux","pomodoro","pomodoro-timer","task-manager","timer","tui"],"latest_commit_sha":null,"homepage":"","language":"Go","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/maskedsyntax.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-06-20T19:38:32.000Z","updated_at":"2026-02-08T17:32:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"d3193e3f-4c7d-484c-acd1-e4dc934deb3d","html_url":"https://github.com/maskedsyntax/focusbrew","commit_stats":null,"previous_names":["aftaab25/pomodoro-timer","maskedsyntax/pomodoro-timer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maskedsyntax/focusbrew","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maskedsyntax%2Ffocusbrew","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maskedsyntax%2Ffocusbrew/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maskedsyntax%2Ffocusbrew/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maskedsyntax%2Ffocusbrew/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maskedsyntax","download_url":"https://codeload.github.com/maskedsyntax/focusbrew/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maskedsyntax%2Ffocusbrew/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29432567,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T02:20:56.896Z","status":"ssl_error","status_checked_at":"2026-02-14T02:11:29.478Z","response_time":53,"last_error":"SSL_read: 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":["analysis","bubbletea","cross-platform","focus","golang","linux","pomodoro","pomodoro-timer","task-manager","timer","tui"],"created_at":"2024-12-10T16:16:14.746Z","updated_at":"2026-02-14T02:43:44.533Z","avatar_url":"https://github.com/maskedsyntax.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FocusBrew\n\nA lightweight terminal-based Pomodoro Timer built with Go and Bubble Tea.\n\n## Installation\n\nEnsure you have [Go](https://go.dev/dl/) installed (1.20+).\n\n### Install via Go\n```bash\ngo install github.com/maskedsyntax/focusbrew@latest\n```\nThis will install the `focusbrew` binary to your `$GOPATH/bin` directory. \n\n**Note:** Make sure `$(go env GOPATH)/bin` is in your `PATH`. You can add it by adding this to your `.zshrc` or `.bashrc`:\n```bash\nexport PATH=$PATH:$(go env GOPATH)/bin\n```\n\n### Build from source\n```bash\ngit clone https://github.com/maskedsyntax/focusbrew.git\ncd focusbrew\ngo build -o focusbrew\n./focusbrew\n```\n\n## Usage\n\nRun `focusbrew` to start with default settings (25m work, 5m short break, 15m long break).\n\n### Custom Durations\nYou can customize the timer using flags:\n```bash\nfocusbrew -work 50 -short 10 -long 30\n```\n\n### Controls\n- `s`: Start the timer\n- `p`: Pause the timer\n- `r`: Reset current session\n- `n`: Skip to next session\n- `q`: Quit\n\nThe timer follows the standard Pomodoro technique:\n- 25-minute work sessions (default)\n- 5-minute short breaks (default)\n- 15-minute long break after every 4 work sessions (default)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaskedsyntax%2Ffocusbrew","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaskedsyntax%2Ffocusbrew","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaskedsyntax%2Ffocusbrew/lists"}