{"id":19615412,"url":"https://github.com/droath/harvest-toolkit","last_synced_at":"2026-05-16T05:35:23.329Z","repository":{"id":56972280,"uuid":"256909005","full_name":"droath/harvest-toolkit","owner":"droath","description":"Interact with the Harvest time tracking service from a CLI.","archived":false,"fork":false,"pushed_at":"2020-04-19T16:13:58.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-09T10:36:16.626Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/droath.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":"2020-04-19T03:53:21.000Z","updated_at":"2020-04-19T16:14:00.000Z","dependencies_parsed_at":"2022-08-21T07:10:28.248Z","dependency_job_id":null,"html_url":"https://github.com/droath/harvest-toolkit","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/droath%2Fharvest-toolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/droath%2Fharvest-toolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/droath%2Fharvest-toolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/droath%2Fharvest-toolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/droath","download_url":"https://codeload.github.com/droath/harvest-toolkit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240907384,"owners_count":19876686,"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-11-11T10:56:42.419Z","updated_at":"2026-05-16T05:35:18.307Z","avatar_url":"https://github.com/droath.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Harvest Toolkit\n\nHarvest Toolkit is a CLI utility to streamline reporting and manipulation of time entries. The responsibilities of the project will grow as it matures. Please submit feature request in the issue queue.\n\n## Quick Start\n\nInstall the Harvest Toolkit using composer.\n\n```\ncomposer global req droath/harvest-toolkit\n```\n\nYou'll need to authenticate with the Harvest service. Input your Account ID and [Personal API Token](https://id.getharvest.com/developers).\n\n```\nht login\n```\n\n## Command Documentation\n\n### Login\n\nLogin to the Harvest service using an account ID and personal API token.\n\n```\nht login\n```\n**Options:**\n\n```\n--reauthentication: Set if you need to reauthenticate using a different Harvest account.\n```\n\n**Note:** All commands require authentication prior.\n\n### Timesheet Adjustment\n\nAdjust time entries stored in Harvest.\n\n```\nht timesheet:adjust\n```\n**Arguments:**\n\n```\ntimespan - The timespan on which to adjust the time sheet. [default: \"today\"]\n```\n\n**Options:**\n\n```\n--max-hours=MAX-HOURS  Set the required amount of hours needed per day. [default: 8]\n```\n**Examples:**\n\nAdjust all time entries that are between now and yesterday.\n\n```\nht timesheet:adjust yesterday\n```\nAdjust all time entries that are between now and 1 week ago.\n\n```\nht timesheet:adjust \"1 week ago\"\n```\n\n### Timesheet Report\n\nShow all the time entries stored in Harvest.\n\n**Arguments:**\n\n```\ntimespan - The timespan to show the time sheet report for. [default: \"today\"]\n```\n**Options:**\n\n```\n--only-billable   Only show time entries that are billable in the report.\n--oneline         Show the total time entries report in a condensed line.\n--copy            Copy last output to clipboard (only supported when used with --oneline).\n```\n\n**Examples:**\n\nShow all billable time entries from yesterday on one line and copy to the clipboard.\n\n```\nht timesheet:report yesterday --only-billable --oneline --copy\n```\n\nShow all billable/non-billable time entries from 1 week ago.\n\n```\nht timesheet:report \"1 week ago\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdroath%2Fharvest-toolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdroath%2Fharvest-toolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdroath%2Fharvest-toolkit/lists"}