{"id":22506424,"url":"https://github.com/a-poor/timeme","last_synced_at":"2025-06-14T04:41:10.256Z","repository":{"id":57669806,"uuid":"415369984","full_name":"a-poor/timeme","owner":"a-poor","description":"A tool to time command line program execution","archived":false,"fork":false,"pushed_at":"2021-10-13T03:15:51.000Z","size":21,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-07T08:52:54.796Z","etag":null,"topics":["cli","rust","timer","utility"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/timeme","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/a-poor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-10-09T16:59:51.000Z","updated_at":"2024-02-22T19:16:25.000Z","dependencies_parsed_at":"2022-09-26T20:40:36.852Z","dependency_job_id":null,"html_url":"https://github.com/a-poor/timeme","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/a-poor/timeme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a-poor%2Ftimeme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a-poor%2Ftimeme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a-poor%2Ftimeme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a-poor%2Ftimeme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/a-poor","download_url":"https://codeload.github.com/a-poor/timeme/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a-poor%2Ftimeme/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259468643,"owners_count":22862775,"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","rust","timer","utility"],"created_at":"2024-12-07T00:43:42.351Z","updated_at":"2025-06-14T04:41:10.196Z","avatar_url":"https://github.com/a-poor.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# timeme\n\n[![Crate Version](https://img.shields.io/crates/v/timeme.svg)](https://crates.io/crates/timeme) \n[![Rust](https://github.com/a-poor/timeme/actions/workflows/rust-test.yml/badge.svg?branch=main)](https://github.com/a-poor/timeme/actions/workflows/rust-test.yml)\n\n_created by Austin Poor_\n\nA CLI for timing command line program execution, written in Rust.\n\n# Installation\n\n```bash\ncargo install timeme\n```\n\n## Quick Start\n\nHere's a quick look at `timeme`'s help:\n\n```bash\ntimeme 0.2.4\n$ timeme --help\n\nAustin Poor \u003ca-poor@users.noreply.github.com\u003e\n\nTimes the execution of a command.\n\nUSAGE:\n    timeme [OPTIONS] \u003cCMD\u003e [ARGS]...\n\nARGS:\n    \u003cCMD\u003e        The command to time\n    \u003cARGS\u003e...    The arguments to pass to CMD\n\nFLAGS:\n    -h, --help       Print help information\n    -V, --version    Print version information\n\nOPTIONS:\n    -n, --number \u003cnumber\u003e    Number of times to run the command. Note: Set to \u003c= 0 to run for at\n                             least 0.2s. [default: 0]\n```\n\nAnd here's what it looks like in action:\n\n```bash\n$ timeme echo Hello, world!\n1.281654ms (+/- 412.714µs) for 156 loops\n```\n\nYou can specify the number of times to run the command.\n\n```bash\n$ timeme -n 10 echo Hello, world!\n1.48318ms (+/- 326.664µs) for 10 loops\n```\n\nOr, if you leave `-n` blank, `timeme` will run the command repeatedly until\nit's been run for at least 0.2 seconds.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa-poor%2Ftimeme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fa-poor%2Ftimeme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa-poor%2Ftimeme/lists"}