{"id":16133957,"url":"https://github.com/noah2610/climer","last_synced_at":"2026-03-05T13:32:43.608Z","repository":{"id":57605261,"uuid":"166473129","full_name":"Noah2610/climer","owner":"Noah2610","description":"CLI timer written in Rust","archived":false,"fork":false,"pushed_at":"2023-02-10T16:07:27.000Z","size":74,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-16T21:21:24.806Z","etag":null,"topics":["cli","command-line","timer"],"latest_commit_sha":null,"homepage":null,"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/Noah2610.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":"2019-01-18T21:11:51.000Z","updated_at":"2024-11-18T09:34:28.000Z","dependencies_parsed_at":"2024-10-27T18:21:10.818Z","dependency_job_id":"e0c84509-c32f-47b5-8024-c5e2067db0dc","html_url":"https://github.com/Noah2610/climer","commit_stats":{"total_commits":58,"total_committers":3,"mean_commits":"19.333333333333332","dds":"0.27586206896551724","last_synced_commit":"6b6012d544caede39f299b963a5e45ac54a135d8"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Noah2610%2Fclimer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Noah2610%2Fclimer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Noah2610%2Fclimer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Noah2610%2Fclimer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Noah2610","download_url":"https://codeload.github.com/Noah2610/climer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244249183,"owners_count":20422920,"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","command-line","timer"],"created_at":"2024-10-09T22:46:46.384Z","updated_at":"2026-03-05T13:32:43.554Z","avatar_url":"https://github.com/Noah2610.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Climer\nA simple CLI timer, written in Rust.\n\n## CLI app\nThis project's main use is as a CLI app, but it can also be used as a crate / library.\n\n### Installation\n#### From [crates.io]\n```\ncargo install climer\n```\n#### From source\nYou will need `cargo` to compile from source, which is shipped with Rust.\n```\ngit clone https://github.com/Noah2610/climer # Clone the repository\ncargo install --path ./climer                # Compile and install\n```\n\n### Usage\nFor the very basic timing feature, you can run something like:\n```\nclimer 2m 30s\n```\nThis will run the timer and print a readable representation of the remaining time to `stdout`.  \nWhen the time is up, the app will simply exit with exit code `0`,  \nso it is up to you to then play an alarm sound or whatever you may want it to trigger;  \nfor example:\n```\nclimer 1h 2m 30s \u0026\u0026 mpv ~/Music/alarm.mp3\n```\n\nFor more detailed usage information, check out the help page with:\n```\nclimer -h      # Brief help\nclimer --help  # More detailed help\n```\n\n## Library crate\nIn your `Cargo.toml` ...\n```toml\n[dependencies]\nclimer = { version = \"0.7.0\", default-features = false }\n```\nSee below for available features.\n\n### Compilation features\n| Name        | Description | Default? |\n|:----------- |:----------- |:--------:|\n| `cli`       | Required for the binary app. You should disable this for library crates | `true` |\n| `serialize` | Adds `serde` dependency and implements `Serialize` and `Deserialize` for `time::Time` | `false` |\n| `parser`    | Adds `regex` dependency and adds `time::parser` module with functions for parsing a time from a given string | \u003csmall\u003eenabled by `cli` feature\u003c/small\u003e |\n\n### Documentation\nDocumentation should be available at [docs.rs/climer][docs].\n\n## License\n[MIT License][license]\n\n[license]:   ./LICENSE\n[crates.io]: https://crates.io/crates/climer\n[docs]:      https://docs.rs/climer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoah2610%2Fclimer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoah2610%2Fclimer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoah2610%2Fclimer/lists"}