{"id":23174134,"url":"https://github.com/dhth/pomm","last_synced_at":"2025-04-05T00:26:27.221Z","repository":{"id":240641741,"uuid":"800102883","full_name":"dhth/pomm","owner":"dhth","description":"A no-frills pomodoro progress indicator for tmux","archived":false,"fork":false,"pushed_at":"2024-05-20T08:47:45.000Z","size":224,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-20T09:55:49.708Z","etag":null,"topics":["pomodoro","tmux"],"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/dhth.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}},"created_at":"2024-05-13T17:49:54.000Z","updated_at":"2024-05-20T09:55:52.276Z","dependencies_parsed_at":"2024-05-20T10:05:54.377Z","dependency_job_id":null,"html_url":"https://github.com/dhth/pomm","commit_stats":null,"previous_names":["dhth/pomm"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhth%2Fpomm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhth%2Fpomm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhth%2Fpomm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhth%2Fpomm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dhth","download_url":"https://codeload.github.com/dhth/pomm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247268460,"owners_count":20911140,"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":["pomodoro","tmux"],"created_at":"2024-12-18T05:19:21.882Z","updated_at":"2025-04-05T00:26:27.203Z","avatar_url":"https://github.com/dhth.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pomm\n\n✨ Overview\n---\n\n`pomm` is a no-frills pomodoro progress indicator intended for tmux and similar\nterminal multiplexers.\n\nA running timer:\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./assets/pomm-1.png\" alt=\"Usage\" /\u003e\n\u003c/p\u003e\n\nOnce the timer finishes:\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./assets/pomm-2.png\" alt=\"Usage\" /\u003e\n\u003c/p\u003e\n\n🤔 Why\n---\n\nThere are a lot of good pomodoro timers out there. I needed a super simple timer\nwhich could display its progress in tmux's status bar (as that's where I spend\nmost of my time). I'm sure many of the other options can do that, I just felt\nthat writing one myself would be faster than trying to make the other tools work\nas I need them to.\n\n💾 Install\n---\n\n**go**:\n\n```sh\ngo install github.com/dhth/pomm@latest\n```\n\n⚡️ Usage\n---\n\n### Basic Usage\n\n- Add the following to your tmux config (or modify it accordingly)\n    ```\n    set -g status-right \"#(pomm)\"\n    ```\n- Ensure that your tmux status bar is set to be refreshed at a reasonable\n    interval\n    ```\n    set -g status-interval 60\n    ```\n- Start a pomodoro timer with `pomm -s`\n- Go on a break with `pomm -b`\n\n### Notifying on Completion\n\n`pomm` can run a shell command when the timer goes off. The default is `tmux\ndisplay -d 2000 \"fin!\"`. Configure it via:\n\n```bash\npomm -n -nc='tmux::display-message::-d::2000::\"hey, go take a break!\"'\n```\n\n*`-n` dictates whether the notify command will actually run or not*\n\n### Turn Indicator Off\n\n```bash\npomm -o\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhth%2Fpomm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdhth%2Fpomm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhth%2Fpomm/lists"}