{"id":28324677,"url":"https://github.com/sendyhalim/ghronometer","last_synced_at":"2025-10-19T05:55:10.819Z","repository":{"id":24617052,"uuid":"28025927","full_name":"sendyhalim/ghronometer","owner":"sendyhalim","description":"A simple Golang package to count elapsed time for a (script|command line tool) to finish","archived":false,"fork":false,"pushed_at":"2014-12-20T14:26:35.000Z","size":216,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-02T03:33:59.192Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/sendyhalim.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}},"created_at":"2014-12-15T07:36:54.000Z","updated_at":"2014-12-20T14:26:35.000Z","dependencies_parsed_at":"2022-07-23T05:16:16.620Z","dependency_job_id":null,"html_url":"https://github.com/sendyhalim/ghronometer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sendyhalim/ghronometer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sendyhalim%2Fghronometer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sendyhalim%2Fghronometer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sendyhalim%2Fghronometer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sendyhalim%2Fghronometer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sendyhalim","download_url":"https://codeload.github.com/sendyhalim/ghronometer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sendyhalim%2Fghronometer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261599191,"owners_count":23182892,"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":[],"created_at":"2025-05-25T18:11:19.601Z","updated_at":"2025-10-19T05:55:05.783Z","avatar_url":"https://github.com/sendyhalim.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"#Ghronometer\nJust a simple tool to count elapsed time for a (script|command line tool) to finish\n\n[![Build Status](https://travis-ci.org/sendyhalim/ghronometer.svg)](https://travis-ci.org/sendyhalim/ghronometer)\n##Installation\nFire up terminal, run\n\n```sh\ngo get github.com/sendyhalim/ghronometer\n```\n\n##Example Usage\n```sh\nghronometer composer update\n\nComposer could not find a composer.json file in /home/sendy\nTo initialize a project, please create a composer.json file as described in the http://getcomposer.org/ \"Getting Started\" section\n\nelapsed time: 58 ms\n```\n\n```sh\nghronometer composer self-update\n\nYou are already using composer version 523aef76d0fa29c18bf42264e88fc9b58acf825c.\n\nelapsed time: 2326 ms\n```\n\n```sh\nghronometer curl google.com -I\n\n\u003cHTML\u003e\u003cHEAD\u003e\u003cmeta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\"\u003e\n\u003cTITLE\u003e301 Moved\u003c/TITLE\u003e\u003c/HEAD\u003e\u003cBODY\u003e\n\u003cH1\u003e301 Moved\u003c/H1\u003e\nThe document has moved\n\u003cA HREF=\"http://www.google.com/\"\u003ehere\u003c/A\u003e.\n\u003c/BODY\u003e\u003c/HTML\u003e\n\nelapsed time: 173 ms\n```\n\nThis package adds elapsed time in `ms` after each command has finished :), feel free to contribute.\n\n##Root command\nIf you need to run command with root access(e.g in ubuntu `sudo`):\n```\nsudo cp $GOPATH/bin/ghronometer /usr/bin/ghronometer\n```\njust remember that you need to re-run above command everytime you update `ghronometer` package\n\n##License\nGhronometer is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsendyhalim%2Fghronometer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsendyhalim%2Fghronometer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsendyhalim%2Fghronometer/lists"}