{"id":49575185,"url":"https://github.com/rollecode/focus-timer","last_synced_at":"2026-05-03T16:10:58.781Z","repository":{"id":346819415,"uuid":"1191763229","full_name":"rollecode/focus-timer","owner":"rollecode","description":"A beautiful floating flow timer for deep work sessions, designed for Claude Code integration.","archived":false,"fork":false,"pushed_at":"2026-03-26T16:06:45.000Z","size":5861,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-02T13:33:29.541Z","etag":null,"topics":["claude-code","flow-timer","focus","focus-timer","mac-app"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/rollecode.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-25T15:05:29.000Z","updated_at":"2026-03-26T16:08:36.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/rollecode/focus-timer","commit_stats":null,"previous_names":["ronilaukkarinen/focus-timer","rollecode/focus-timer"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/rollecode/focus-timer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollecode%2Ffocus-timer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollecode%2Ffocus-timer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollecode%2Ffocus-timer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollecode%2Ffocus-timer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rollecode","download_url":"https://codeload.github.com/rollecode/focus-timer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollecode%2Ffocus-timer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32575393,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"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":["claude-code","flow-timer","focus","focus-timer","mac-app"],"created_at":"2026-05-03T16:10:58.697Z","updated_at":"2026-05-03T16:10:58.768Z","avatar_url":"https://github.com/rollecode.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e🎯 Focus Timer\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cstrong\u003eA beautiful floating flow timer for deep work sessions\u003c/strong\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/SwiftUI-007AFF?style=for-the-badge\u0026logo=swift\u0026logoColor=white\" alt=\"SwiftUI\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/macOS-000000?style=for-the-badge\u0026logo=apple\u0026logoColor=white\" alt=\"macOS\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Claude_Code-cc785c?style=for-the-badge\u0026logo=anthropic\u0026logoColor=white\" alt=\"Claude Code\" /\u003e\n\u003c/p\u003e\n\n---\n\n\u003cimg width=\"878\" height=\"291\" alt=\"image\" src=\"https://github.com/user-attachments/assets/fe575a52-f226-4257-9689-c7b80f595c1e\" /\u003e\n\n## What is Focus Timer?\n\nA native macOS floating widget that counts **up** toward an estimated duration. No hard stops - the timer keeps running into overtime. A tibetan singing bowl rings at the halfway point and when estimated time is reached. The living gradient background shifts from purple to orange (halfway) to red (overtime) to gray (paused).\n\n## Install\n\n```bash\ngit clone https://github.com/ronilaukkarinen/focus-timer.git\ncd focus-timer\nswift build -c release\ncp .build/release/focus-timer /opt/homebrew/bin/focus-timer\n```\n\n## Usage\n\n```bash\nfocus-timer --name \"Deep work: KM-108 TTS\" --time 45\n```\n\n| Argument | Default | Description |\n|----------|---------|-------------|\n| `--name` | `Focus` | Task name displayed in the widget |\n| `--time` | `25` | Estimated duration in minutes |\n\n| Key | Action |\n|-----|--------|\n| Space | Pause / Resume |\n| Enter | Complete and close |\n\n| State | Background | Trigger |\n|-------|------------|---------|\n| Normal | Purple | 0-49% |\n| Halfway | Orange | 50-99% + bell |\n| Overtime | Red | 100%+ bell |\n| Paused | Gray | Space key |\n\n## Claude Code integration\n\nDesigned to be launched by Claude Code during daily planning. Add to your planner command:\n\n```\nWhen scheduling deep work blocks, launch the focus timer in the background:\nfocus-timer --name \"Task name\" --time \u003cminutes\u003e \u0026\n```\n\n## Requirements\n\n- macOS 13 or later\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frollecode%2Ffocus-timer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frollecode%2Ffocus-timer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frollecode%2Ffocus-timer/lists"}