{"id":17302336,"url":"https://github.com/coriolinus/worklog","last_synced_at":"2025-07-31T10:31:56.597Z","repository":{"id":42398779,"uuid":"507428419","full_name":"coriolinus/worklog","owner":"coriolinus","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-14T08:47:16.000Z","size":105,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-07T00:41:22.738Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/coriolinus.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":"2022-06-25T22:22:17.000Z","updated_at":"2025-03-14T08:47:14.000Z","dependencies_parsed_at":"2024-11-28T14:01:47.747Z","dependency_job_id":null,"html_url":"https://github.com/coriolinus/worklog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/coriolinus/worklog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coriolinus%2Fworklog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coriolinus%2Fworklog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coriolinus%2Fworklog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coriolinus%2Fworklog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coriolinus","download_url":"https://codeload.github.com/coriolinus/worklog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coriolinus%2Fworklog/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268024548,"owners_count":24183149,"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","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-15T11:47:14.799Z","updated_at":"2025-07-31T10:31:56.309Z","avatar_url":"https://github.com/coriolinus.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `worklog`: keep track of what you were working on\n\nEver had the sinking feeling, at a standup or a sprint review, of \"What the hell did I _do_ yesterday? There were 11 tickets, but which were they?\" Some people solve this with a notepad and a pen, but I'm a nerd, so I'm going to solve it with a program.\n\n`worklog` is a simple, fast tool for keeping track of what you've been doing, and querying it later.\n\n## Usage\n\n- Start working on a task: `worklog start #1234`. Logs that you started working on #1234 now.\n- Stop working on a task: `worklog stop`. Logs that you stopped working on your current task.\n- Start working on a task with an offset: `worklog started 15m ago: #2345`. Logs that you started working on #2345 15 minutes ago. The colon is syntactically significant and cannot be omitted.\n- Start working on a task at a particular time: `worklog started at 0845: #2345`. Logs that you started working on #2345 at 0845 this morning. The colon is syncactically significant and cannot be omitted.\n- Stopping work has `stopped` and `stopped at` variants also with equivalent syntax for logging stopping work.\n- What did you do yesterday: `worklog report yesterday`. Lists all tasks started yesterday, ordered by start time.\n- What did you do on a particular day: `worklog report for last Monday`. Lists all tasks started on Monday, ordered by start time.\n\n## Model\n\n- Starting a new task implicitly stops the old task.\n- Manually stopping a task is therefore never mandatory. If you request a basic report, it will just list the tasks that you started. However, manually stopping tasks gives much more sensible output when requesting a time-tracking report.\n- It's assumed that you're a software developer, so things that look like links to issues are linked in the reports, if `worklog` is appropriately configured. Patterns that look like links:\n  - `#1234` looks like a link to `https://github.com/configured_default_org/configured_default_repo/issues/1234`.\n  - `foo#1234` looks like a link to `https://github.com/configured_default_org/foo/issues/1234`.\n  - `foo/bar#1234` looks like a link to `https://github.com/foo/bar/issues/1234`.\n- Things enclosed in angle bracket pairs are also assumed to be links:\n  - `\u003cexample.org\u003e` looks like a link to `https://example.org`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoriolinus%2Fworklog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoriolinus%2Fworklog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoriolinus%2Fworklog/lists"}