{"id":26570173,"url":"https://github.com/pando85/timer","last_synced_at":"2025-04-06T02:10:23.254Z","repository":{"id":37964263,"uuid":"430128308","full_name":"pando85/timer","owner":"pando85","description":"Simple countdown terminal alarm. Useful for pomodoros too.","archived":false,"fork":false,"pushed_at":"2025-03-27T18:33:05.000Z","size":337,"stargazers_count":45,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-30T01:12:32.357Z","etag":null,"topics":["cli","countdown","pomodoro","pomodoro-timer","productivity","rust","timer"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pando85.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}},"created_at":"2021-11-20T14:43:24.000Z","updated_at":"2025-03-27T18:33:09.000Z","dependencies_parsed_at":"2024-05-18T03:23:26.269Z","dependency_job_id":"6fd24e27-1cde-4c80-98a4-842650dc1542","html_url":"https://github.com/pando85/timer","commit_stats":{"total_commits":99,"total_committers":2,"mean_commits":49.5,"dds":0.02020202020202022,"last_synced_commit":"7c87ed450d470f998af4eae3194143c4f8742795"},"previous_names":[],"tags_count":31,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pando85%2Ftimer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pando85%2Ftimer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pando85%2Ftimer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pando85%2Ftimer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pando85","download_url":"https://codeload.github.com/pando85/timer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247423515,"owners_count":20936626,"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":["cli","countdown","pomodoro","pomodoro-timer","productivity","rust","timer"],"created_at":"2025-03-22T21:49:26.342Z","updated_at":"2025-04-06T02:10:23.050Z","avatar_url":"https://github.com/pando85.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/pando85/timer/main/assets/logo.svg\" alt=\"logo\" width=\"200\"\u003e\n  \u003cbr\u003e\n  Timer\n  \u003cbr\u003e\n  \u003cbr\u003e\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/pando85/timer/main/assets/demo.gif\" alt=\"demo\"\u003e\n\u003c/p\u003e\n\n![Build status](https://img.shields.io/github/actions/workflow/status/pando85/timer/rust.yml?branch=main)\n![Timer license](https://img.shields.io/github/license/pando85/timer)\n\nSimple count down terminal alarm.\n\n- [Features](#features)\n- [Installation](#installation)\n  - [Cargo](#cargo)\n  - [Archlinux](#archlinux)\n  - [Binaries](#binaries)\n- [Beep](#beep)\n- [Terminal bell](#terminal-bell)\n\n## Features\n\n- Parse multiple input options\n- Play sound when finished (Beep included!)\n- Send terminal bell\n- Big centered output\n- Repeat countdown infinitely\n\n## Installation\n\n### Cargo\n\n```bash\ncargo install timer-cli\n```\n\n### Archlinux\n\n```bash\nyay -S timer-rs\n```\n\n### Binaries\n\nBinaries are made available each release for the Linux and MacOS operating systems.\n\nYou can download a prebuilt binary from our [Releases](https://github.com/pando85/timer/releases).\n\n```bash\ncurl -s https://api.github.com/repos/pando85/timer/releases/latest \\\n  | grep browser_download_url \\\n  | grep $(uname -m) \\\n  | grep linux \\\n  | cut -d '\"' -f 4 \\\n  | xargs curl -L \\\n  | tar xvz\nsudo mv timer /usr/local/bin\n```\n\n## Beep\n\nIf you want to enable beep from your built-in case speaker you will need to run one of these\nkernel modules: `pcspkr` (recommended) or `snd-pcsp`.\n\nIn addition, to use beep as normal user read the [`PERMISSIONS.md`](PERMISSIONS.md) file.\n\n## Terminal bell\n\nIf executed with `-t, --terminal-bell` option it will send a bell character. Same as:\n\n```bash\necho -e '\\a'\n```\n\nThis is useful for visual bell. Remember that you have to enable it in your terminal configuration.\nUsage example:\n\n```bash\ntimer -t -s 11:00\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpando85%2Ftimer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpando85%2Ftimer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpando85%2Ftimer/lists"}