{"id":23174120,"url":"https://github.com/dhth/tomo","last_synced_at":"2026-03-14T01:03:07.154Z","repository":{"id":252113606,"uuid":"839453397","full_name":"dhth/tomo","owner":"dhth","description":"A no-frills pomodoro progress indicator for terminal multiplexers","archived":false,"fork":false,"pushed_at":"2025-08-08T15:05:54.000Z","size":98,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-08T16:31:31.250Z","etag":null,"topics":["pomodoro","pomodoro-timer"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/dhth.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2024-08-07T16:31:39.000Z","updated_at":"2025-08-08T15:05:56.000Z","dependencies_parsed_at":"2025-04-03T21:23:12.383Z","dependency_job_id":"dfd1272c-068d-427e-a6bd-0510f55c70cc","html_url":"https://github.com/dhth/tomo","commit_stats":null,"previous_names":["dhth/tomo"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/dhth/tomo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhth%2Ftomo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhth%2Ftomo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhth%2Ftomo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhth%2Ftomo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dhth","download_url":"https://codeload.github.com/dhth/tomo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhth%2Ftomo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270973076,"owners_count":24678026,"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","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"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":["pomodoro","pomodoro-timer"],"created_at":"2024-12-18T05:19:18.962Z","updated_at":"2026-03-14T01:03:07.114Z","avatar_url":"https://github.com/dhth.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ch1 align=\"center\"\u003etomo\u003c/h1\u003e\n  \u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/dhth/tomo/actions/workflows/main.yml\"\u003e\u003cimg alt=\"Build status\" src=\"https://img.shields.io/github/actions/workflow/status/dhth/tomo/main.yml?style=flat-square\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://crates.io/crates/tomo\"\u003e\u003cimg alt=\"crates.io\" src=\"https://img.shields.io/crates/v/tomo?style=flat-square\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/dhth/tomo/releases/latest\"\u003e\u003cimg alt=\"Latest Release\" src=\"https://img.shields.io/github/release/dhth/tomo.svg?style=flat-square\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/dhth/tomo/releases\"\u003e\u003cimg alt=\"Commits Since Latest Release\" src=\"https://img.shields.io/github/commits-since/dhth/tomo/latest?style=flat-square\"\u003e\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n✨ Overview\n---\n\n`tomo` is a no-frills pomodoro progress indicator intended for tmux and similar\nterminal multiplexers.\n\n⚡️ Usage\n---\n\n### Basic Usage\n\n```text\nUsage: tomo [OPTIONS] [COMMAND]\n\nCommands:\n  start  Start a pomodoro timer\n  stop   Stop timer\n  break  Start a break\n  help   Print this message or the help of the given subcommand(s)\n\nOptions:\n  -p, --pending-block \u003cSTRING\u003e   String to represent a \"pending\" block in the progress bar [default: ▫]\n  -c, --complete-block \u003cSTRING\u003e  String to represent a \"complete\" block in the progress bar [default: ▪]\n  -l, --left-pad \u003cSTRING\u003e        String to pad the output with on the LHS [default: \" \"]\n  -r, --right-pad \u003cSTRING\u003e       String to pad the output with on the RHS [default: \" \"]\n  -d, --delimiter \u003cSTRING\u003e       Delimiter between progress bar chunks [default: ]\n  -n, --num-blocks \u003cNUM\u003e         Number of blocks to show in progress bar [default: 10]\n      --finished-msg \u003cSTRING\u003e    Message to show when timer is finished [default: done]\n      --break-msg \u003cSTRING\u003e       Message to show when on a break [default: \\o/]\n  -h, --help                     Print help\n```\n\n### Changing the appearance of the progress bar\n\n```bash\ntomo -l='[ ' -r=' ]'\n# [ ▪▪▪▪▪▫▫▫▫▫ ]\n\ntomo -p='⣀' -c='⣿' -n=20\n# ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣀⣀⣀⣀⣀ \n```\n\n### Start tracking with time already elapsed\n\n```bash\ntomo start --elapsed-mins 10\n```\n\n### Displaying progress bar in tmux's status bar\n\nAdd the following to your tmux config (or modify it accordingly).\n\n```\nset -g status-right \"#(tomo)\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhth%2Ftomo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdhth%2Ftomo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhth%2Ftomo/lists"}