{"id":25014334,"url":"https://github.com/gregoryv/worklog","last_synced_at":"2025-07-01T00:06:48.276Z","repository":{"id":57533688,"uuid":"180623326","full_name":"gregoryv/worklog","owner":"gregoryv","description":"package for parsing timesheet file format","archived":false,"fork":false,"pushed_at":"2023-10-24T18:41:14.000Z","size":159,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-30T05:13:15.808Z","etag":null,"topics":["go","golang","timesheet"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/gregoryv.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-04-10T16:40:57.000Z","updated_at":"2021-11-19T05:56:57.000Z","dependencies_parsed_at":"2022-09-26T18:20:47.840Z","dependency_job_id":"16d65474-f3f4-4ce2-818d-cfcca665f9b5","html_url":"https://github.com/gregoryv/worklog","commit_stats":null,"previous_names":["gregoryv/go-timesheet"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/gregoryv/worklog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoryv%2Fworklog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoryv%2Fworklog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoryv%2Fworklog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoryv%2Fworklog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gregoryv","download_url":"https://codeload.github.com/gregoryv/worklog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoryv%2Fworklog/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262870872,"owners_count":23377312,"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":["go","golang","timesheet"],"created_at":"2025-02-05T07:19:07.059Z","updated_at":"2025-07-01T00:06:48.239Z","avatar_url":"https://github.com/gregoryv.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/gregoryv/worklog.svg?branch=main)](https://travis-ci.org/gregoryv/worklog)\n[![codecov](https://codecov.io/gh/gregoryv/worklog/branch/main/graph/badge.svg)](https://codecov.io/gh/gregoryv/worklog)\n[![Maintainability](https://api.codeclimate.com/v1/badges/83083a5e52d4ffad3288/maintainability)](https://codeclimate.com/github/gregoryv/worklog/maintainability)\n\n\n[worklog](https://godoc.org/github.com/gregoryv/worklog) - package for working with the [timesheet fileformat](https://github.com/gregoryv/timesheet-file-format)\n\n## Quick Start\n\n    $ go get -u github.com/gregoryv/worklog/...\n\t$ gensheet -h\n\nThis package contains parser and commands for manipulating timesheet\nfiles.\n\nLet's face it, timesheets are extremely boring to fill out so I\ndecided to fix that. Check out\nthe\n[timesheet fileformat](https://github.com/gregoryv/timesheet-file-format),\nit's readable, lightweight and versatile enough to accommodate most\nsituations.\n\nBy default the command `gensheet` generates an 8 hour working day\ntimesheet already filled out, assuming you will be working each\nweekday. Save it, put it under version control, do what you want with\nit.\n\nTo summarize your timesheets use the `worklog` command.\n\n## Summarize one timesheet\n\n    $ worklog 201801.timesheet\n    2018 January    179:30   (8:00 semester)\n\n                   +179:30\n                              8:00 semester\n## Expected vs. actual worked hours\n\n    worklog -origin expected/ 201801.timesheet\n\nThe output summarizes all tagged values and reported time and\ncalculates how much overtime you have put in if any. The `expected`\ndirectory is assumed to contain a timesheet with the same name to\ncompare with.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregoryv%2Fworklog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgregoryv%2Fworklog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregoryv%2Fworklog/lists"}