{"id":17049087,"url":"https://github.com/toddself/time-tracker","last_synced_at":"2025-06-19T12:34:54.997Z","repository":{"id":17607765,"uuid":"20411743","full_name":"toddself/time-tracker","owner":"toddself","description":"Track your time from the command line","archived":false,"fork":false,"pushed_at":"2014-06-09T17:11:26.000Z","size":168,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-12T00:19:11.209Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/toddself.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-02T16:51:26.000Z","updated_at":"2014-11-04T03:36:08.000Z","dependencies_parsed_at":"2022-08-30T19:21:49.825Z","dependency_job_id":null,"html_url":"https://github.com/toddself/time-tracker","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/toddself/time-tracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toddself%2Ftime-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toddself%2Ftime-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toddself%2Ftime-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toddself%2Ftime-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toddself","download_url":"https://codeload.github.com/toddself/time-tracker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toddself%2Ftime-tracker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260751769,"owners_count":23057216,"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":"2024-10-14T09:53:50.035Z","updated_at":"2025-06-19T12:34:49.980Z","avatar_url":"https://github.com/toddself.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Time Tracker\nA simple utility to track the amount of time you've spent working on a project.\n\n## Installation:\n\n`npm install --global time-tracker`\n\n## Usage\n\n```\n(~/src/project) \u003e tt start\n/Users/todd/src/project started\n(~/src/project) \u003e tt status\nActive: 0 m\n[several minutes later]\n(~/src/project) \u003e tt stop\n/Users/todd/src/project stopped\n(~/src/project) \u003e tt status\nStopped. Last duration: 7 m\n(~/src/project) \u003e tt report\nReport for /Users/todd/src/project\nJun 3, 2014: 7 m\nTotal: 7 minutes\n```\n\nIf you like giving your stuff different names\n\n```\n(~/src/project) \u003e tt start my-new-project\nmy-new-project started\n(~/src/project) \u003e tt stop my-new-project\nmy-new-project stopped\n(~/src/project) \u003e tt status my-new-project\nStopped. Last duration: 0 m\n(~/src/project) \u003e tt report my-new-project\nReport for my-new-project\nJun 3, 2014: 0 m\nTotal: 0 minutes\n```\n\n## Data\nThe data is stored in a LevelDB file in your home directory called `.time-tracker.leveldb`. The key for each project is the directory name in which you invoked `tt`, unless you passed in the second optional parameter\n\n## License\nTime Tracker is ©2014 Todd Kennedy. Available for use under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoddself%2Ftime-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoddself%2Ftime-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoddself%2Ftime-tracker/lists"}