{"id":24764340,"url":"https://github.com/lytexdev/rclock","last_synced_at":"2025-06-21T04:09:11.245Z","repository":{"id":273499689,"uuid":"919659077","full_name":"lytexdev/rclock","owner":"lytexdev","description":"🕒 rclock: command-line stopwatch, alarm clock \u0026 Pomodoro timer 🕒","archived":false,"fork":false,"pushed_at":"2025-02-04T12:04:35.000Z","size":17,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T15:51:39.884Z","etag":null,"topics":["alarm-clock","cli","clock","pomodoro","pomodoro-timer","rust","stopwatch"],"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/lytexdev.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}},"created_at":"2025-01-20T19:12:07.000Z","updated_at":"2025-03-12T10:35:28.000Z","dependencies_parsed_at":"2025-01-21T09:44:59.385Z","dependency_job_id":null,"html_url":"https://github.com/lytexdev/rclock","commit_stats":null,"previous_names":["lytexdev/rclock"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lytexdev/rclock","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lytexdev%2Frclock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lytexdev%2Frclock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lytexdev%2Frclock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lytexdev%2Frclock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lytexdev","download_url":"https://codeload.github.com/lytexdev/rclock/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lytexdev%2Frclock/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261060154,"owners_count":23103985,"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":["alarm-clock","cli","clock","pomodoro","pomodoro-timer","rust","stopwatch"],"created_at":"2025-01-28T21:47:26.752Z","updated_at":"2025-06-21T04:09:06.195Z","avatar_url":"https://github.com/lytexdev.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rclock\n\n## Overview\nA Rust-based command-line stopwatch, alarm clock, and Pomodoro timer.\n\n## Installation\n\n### Prerequisites\n- Rust\n- Cargo\n\n**Clone the repository**\n```bash\ngit clone https://github.com/lytexdev/rclock.git\ncd rclock\n```\n\n**Build the application**\n```bash\ncargo build --release\n```\nThe binary will be available in `./target/release/rclock`.\n\n## Usage\n\n### Stopwatch\nTo start the stopwatch:\n```bash\nrclock stopwatch\n```\n\nWith color options:\n```bash\nrclock stopwatch --color red\n```\nAvailable colors: `red`, `green`, `blue`, `yellow`, `cyan`, `magenta`, `white`.\n\n### Alarm\nTo set an alarm in seconds:\n```bash\nrclock alarm 60\n```\n\nTo set an alarm at a specific time (HH:MM format):\n```bash\nrclock alarm 14:30\n```\n\nWith color options:\n```bash\nrclock alarm 60 --color blue\n```\nThe alarm will display a big \"ALARM UP!\" text and play a sound when triggered. Press `Ctrl+C` to exit.\n\n### Pomodoro Timer\nThe Pomodoro timer allows you to manage work and break intervals.\n\nTo start a single Pomodoro cycle (e.g., 25 minutes work, 5 minutes break):\n```bash\nrclock pomodoro --work 25 --break 5\n```\n\nTo repeat the Pomodoro timer multiple times (e.g., 3 cycles):\n```bash\nrclock pomodoro --work 25 --break 5 --repeats 3\n```\n\nWith color options:\n```bash\nrclock pomodoro --work 25 --break 5 --repeats 3 --color green\n```\n\nThe timer will:\n- Alternate between \"Work\" and \"Break\" phases\n- Display a countdown for each phase\n- Play a sound at the end of each phase\n- Automatically transition to the next cycle\n\nPress `Ctrl+C` to exit at any time.\n\n## License\nThis project is licensed under MIT. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flytexdev%2Frclock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flytexdev%2Frclock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flytexdev%2Frclock/lists"}