{"id":15130607,"url":"https://github.com/rinechxn/ntime","last_synced_at":"2026-01-19T12:33:23.909Z","repository":{"id":256164686,"uuid":"854484766","full_name":"Rinechxn/ntime","owner":"Rinechxn","description":"time unix command alternative for windows","archived":false,"fork":false,"pushed_at":"2024-09-09T09:10:24.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T20:11:56.901Z","etag":null,"topics":["benchmarking","cli","command-line","command-line-tool","performance-analysis","rust","system-utilities","time-measurement","unix-time-alternative","windows","windows-development"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Rinechxn.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-09-09T08:58:22.000Z","updated_at":"2024-09-09T09:12:59.000Z","dependencies_parsed_at":"2024-09-09T10:56:49.460Z","dependency_job_id":null,"html_url":"https://github.com/Rinechxn/ntime","commit_stats":null,"previous_names":["rinechxn/ntime"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rinechxn%2Fntime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rinechxn%2Fntime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rinechxn%2Fntime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rinechxn%2Fntime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rinechxn","download_url":"https://codeload.github.com/Rinechxn/ntime/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247393572,"owners_count":20931813,"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":["benchmarking","cli","command-line","command-line-tool","performance-analysis","rust","system-utilities","time-measurement","unix-time-alternative","windows","windows-development"],"created_at":"2024-09-26T03:02:57.643Z","updated_at":"2026-01-19T12:33:23.900Z","avatar_url":"https://github.com/Rinechxn.png","language":"Rust","readme":"# ntime\n\n`ntime` is a Rust-based alternative to the Unix `time` command, designed specifically for Windows systems. It allows users to measure the execution time of commands and provides detailed performance metrics.\n\n## Features\n\n- Measure execution time of any command or program\n- Display user CPU time, system CPU time, and real elapsed time\n- Easy-to-use command-line interface\n- Lightweight and fast, written in Rust\n\n## Installation\n\n### Prerequisites\n\n- Rust programming language (latest stable version)\n- Cargo package manager\n\nTo install Rust and Cargo, visit the [official Rust website](https://www.rust-lang.org/tools/install) and follow the installation instructions for Windows.\n\n### Building from source\n\n1. Clone the repository:\n   ```\n   git clone https://github.com/Rinechxn/ntime.git\n   cd ntime\n   ```\n\n2. Build the project:\n   ```\n   cargo build --release\n   ```\n\n3. The compiled binary will be available in `target/release/ntime.exe`.\n\n## Usage\n\n```\nntime [OPTIONS] COMMAND [ARGS]...\n```\n\nFor example:\n```\nntime ping google.com -n 4\n```\n\nThis will run the `ping` command and display its execution time statistics.\n\n## Options\n\n- `-p`: POSIX output format\n- `-o FILE`: Write result to FILE\n- `-a`: Append\n\n## Output\n\n`ntime` provides the following timing information:\n\n- Real time: The total elapsed wall-clock time\n- User CPU time: The amount of CPU time spent in user-mode code\n- System CPU time: The amount of CPU time spent in kernel-mode code\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n- Inspired by the Unix `time` command\n- Built with Rust 🦀","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frinechxn%2Fntime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frinechxn%2Fntime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frinechxn%2Fntime/lists"}