{"id":34471349,"url":"https://github.com/0xjuanma/helm","last_synced_at":"2026-04-15T20:33:18.103Z","repository":{"id":327156433,"uuid":"1107334846","full_name":"0xjuanma/helm","owner":"0xjuanma","description":"A minimalistic and customizable pomodoro-like timer for your terminal written in Go. Includes default pomodoro timer and lets users define their own.","archived":false,"fork":false,"pushed_at":"2026-01-23T03:46:55.000Z","size":3779,"stargazers_count":77,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-23T20:59:23.395Z","etag":null,"topics":["bubbletea","charmbracelet","cli","command-line-tool","go","golang","interactive","minimalist","pomodoro","pomodoro-technique","pomodoro-timer","terminal-time-tracker","tui"],"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/0xjuanma.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-01T01:48:56.000Z","updated_at":"2026-01-23T03:46:59.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/0xjuanma/helm","commit_stats":null,"previous_names":["0xjuanma/helm"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/0xjuanma/helm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xjuanma%2Fhelm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xjuanma%2Fhelm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xjuanma%2Fhelm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xjuanma%2Fhelm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xjuanma","download_url":"https://codeload.github.com/0xjuanma/helm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xjuanma%2Fhelm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31859492,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"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":["bubbletea","charmbracelet","cli","command-line-tool","go","golang","interactive","minimalist","pomodoro","pomodoro-technique","pomodoro-timer","terminal-time-tracker","tui"],"created_at":"2025-12-23T07:00:44.089Z","updated_at":"2026-04-15T20:33:18.097Z","avatar_url":"https://github.com/0xjuanma.png","language":"Go","funding_links":[],"categories":["Productivity","Table of Contents"],"sub_categories":["Time Tracking"],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"assets/helm.png\" alt=\"Helm Logo\" width=\"200\" style=\"border-radius: 50%;\"\u003e\n  \u003ch1\u003eHelm\u003c/h1\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Go Report Card](https://goreportcard.com/badge/github.com/0xjuanma/helm)](https://goreportcard.com/report/github.com/0xjuanma/helm)\n[![GitHub Release](https://img.shields.io/github/v/release/0xjuanma/helm)](https://github.com/0xjuanma/helm/releases/latest)\n[![Build Status](https://img.shields.io/github/actions/workflow/status/0xjuanma/helm/build.yml)](https://github.com/0xjuanma/helm/actions/workflows/build.yml)\n\nA minimalistic TUI Pomodoro-like timer designed for pure focus. Protect your focus and time. Customize timers, switch between modes, and control everything with simple keyboard shortcuts; right from your terminal.\n\n\u003cimg src=\"assets/helm-demo.gif\" alt=\"Helm Demo\" width=\"500\"\u003e\n\u003c/div\u003e\n\n## Installation/Update\n\n### Homebrew\n\n```bash\nbrew install 0xjuanma/tap/helm\n```\n\n### Script\n\n```bash\ncurl -sSL https://raw.githubusercontent.com/0xjuanma/helm/main/scripts/install.sh | sh\n```\n\n### Build from Source\n\n```bash\ngit clone https://github.com/0xjuanma/helm.git\ncd helm\ngo build\n./helm\n```\n\n## Usage\n\nStart the Helm TUI by running `helm` in your terminal. From there, you can start, create and customize your own timer workflows to match your needs.\n\n### Controls\n\n| Key | Action |\n|-----|--------|\n| `j/k` or \u003ckbd\u003e↑\u003c/kbd\u003e/\u003ckbd\u003e↓\u003c/kbd\u003e arrows | Navigate |\n| `enter` | Select |\n| `space` | Start/Pause |\n| `r` | Reset |\n| `n` | Skip to next step |\n| `c` | Customize workflows |\n| `esc` | Back |\n| `q` | Quit |\n\n### Workflows\n\n- **Pomodoro** - Classic 25/5 minute work/break cycle\n- **Design Interview** - Structured interview practice (customizable)\n- **Custom** - Create your own workflow\n\n### Sound\n\n- Toggle alerts on/off and switch between the terminal bell or the default macOS system sound from the workflow editor (`c` → pick a workflow, then adjust the sound lines).\n\nSettings are stored in `~/.helm/settings.json`. Press `c` to customize workflows (sound settings live inside each editor).\n\n**Author:** [@0xjuanma](https://github.com/0xjuanma)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xjuanma%2Fhelm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xjuanma%2Fhelm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xjuanma%2Fhelm/lists"}