{"id":28563593,"url":"https://github.com/Mediashare/time-tracking","last_synced_at":"2025-06-10T13:02:43.869Z","repository":{"id":56670248,"uuid":"215861695","full_name":"Mediashare/time-tracking","owner":"Mediashare","description":":mag: This project has been archived \u0026 renamed Marathon (mediashare/marathon). :dizzy: Time-Tracking is a simple command line tool for project timer tracking.","archived":true,"fork":false,"pushed_at":"2023-12-12T21:16:22.000Z","size":40398,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-10T20:41:14.991Z","etag":null,"topics":["application","command-line","php","project-management","symfony","time-tracker","time-tracking"],"latest_commit_sha":null,"homepage":"https://mediashare.fr/post/time-tracking/","language":"PHP","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/Mediashare.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}},"created_at":"2019-10-17T18:38:47.000Z","updated_at":"2023-12-12T21:41:37.000Z","dependencies_parsed_at":"2023-12-11T02:29:08.560Z","dependency_job_id":"5e45e53a-962b-4b8d-9ae9-e89f71305f44","html_url":"https://github.com/Mediashare/time-tracking","commit_stats":{"total_commits":146,"total_committers":4,"mean_commits":36.5,"dds":0.226027397260274,"last_synced_commit":"e714cf31401950d8df1f106a70c4443830bcdff9"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mediashare%2Ftime-tracking","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mediashare%2Ftime-tracking/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mediashare%2Ftime-tracking/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mediashare%2Ftime-tracking/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mediashare","download_url":"https://codeload.github.com/Mediashare/time-tracking/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mediashare%2Ftime-tracking/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259080921,"owners_count":22802393,"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":["application","command-line","php","project-management","symfony","time-tracker","time-tracking"],"created_at":"2025-06-10T13:02:27.452Z","updated_at":"2025-06-10T13:02:43.836Z","avatar_url":"https://github.com/Mediashare.png","language":"PHP","funding_links":[],"categories":["Time Tracking CLI Tools"],"sub_categories":[],"readme":"# Time-Tracking\n\u003e This project has been renamed **Marathon**, you can find the latest version at [**this link**](https://github.com/Mediashare/marathon)\n## Introduction\nTime-Tracking is a command-line tool written in PHP and Symfony that empowers you to efficiently manage time tracking for your projects. It provides a comprehensive solution for maintaining a track record of project-related activities through commit history.\n### Features\n- Commit Tracking: Easily associate time entries with project commits to maintain a detailed history of actions taken during the development process.\n- Efficient Time Management: Streamline your workflow by seamlessly integrating time tracking into your version control system. Focus on development while keeping an accurate record of time spent on each task.\n- Symfony Framework: Built on the robust Symfony framework, ensuring reliability, scalability, and ease of maintenance for your time management needs.\n## Installation\n### Composer\n```bash\ncomposer global require mediashre/time-tracking\n```\n### Binary\n```bash\ncurl --output time-tracking https://github.com/Mediashare/time-tracking/raw/master/time-tracking\nchmod 755 time-tracking\nsudo cp time-tracking /usr/local/bin/time-tracking\n```\n## Usage\nHere are some examples of how to use Time-Tracking:\n- To track the time you spend on a project, you can create a task for each phase of the project.\n- To track the time you spend on a recurring task, you can create a task with a start date and an end date.\n- To track the time you spend on a task with a client or vendor, you can add this information to the task.\n\n```bash\n  time-tracking timer:list                       Displaying the time-tracking list\n  time-tracking timer:start                      Starting time-tracking step selected\n  time-tracking timer:stop                       Stoping time-tracking step selected\n  time-tracking timer:status                     Displaying status of time-tracking selected\n  time-tracking timer:archive                    Archiving the time-tracking selected\n  time-tracking timer:remove                     Removing the time-tracking selected\n\n  time-tracking timer:commit \u003c?COMMIT_MESSAGE\u003e    Creating new commit into time-tracking selected\n  time-tracking timer:commit:edit \u003c?COMMIT_ID\u003e    Editing the commit from time-tracking selected\n  time-tracking timer:commit:remove \u003c?COMMIT_ID\u003e  Remove commit\n  \n  time-tracking timer:gitignore                   Adding .time-tracking rule into .gitgnore\n  time-tracking timer:upgrade                     Upgrading to latest version of Time-Tracking\n```\n## Contributing\nTime-tracking is an open-source project. You can contribute to the project by submitting bug fixes, improvements, or new features.\n\nTo contribute to the project, you can follow these instructions:\n- Clone the time-tracking GitHub repository\n- Create a branch for your contribution\n- Make your changes\n- Test your changes\n- Build your bin\n- Submit a pull request\n- \n### Build a bin with Box\n#### Box install\n[Box2](https://github.com/box-project/box) used for binary generation from php project. **PHP \u003e=8.1 is required.**\n```bash\ncomposer global require humbug/box\nbox\n```\n#### Box usage\n```bash\ncomposer dump-env dev\nbox compile\n```\n## Conclusion\nTime-tracking is a simple and effective tool that can help you better manage your time. If you are looking for a free and open-source time tracker, time-tracking is a good option.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMediashare%2Ftime-tracking","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMediashare%2Ftime-tracking","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMediashare%2Ftime-tracking/lists"}