{"id":15629198,"url":"https://github.com/jonasknobloch/timba","last_synced_at":"2025-10-30T19:14:39.077Z","repository":{"id":57707144,"uuid":"503006855","full_name":"jonasknobloch/timba","owner":"jonasknobloch","description":"Convert toggl track CSV exports into Tim Time Tracker backups.","archived":false,"fork":false,"pushed_at":"2022-06-14T07:31:48.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-04T19:13:53.034Z","etag":null,"topics":["csv","toggl"],"latest_commit_sha":null,"homepage":"","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/jonasknobloch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-06-13T15:12:19.000Z","updated_at":"2023-07-12T08:14:50.000Z","dependencies_parsed_at":"2022-09-26T21:20:38.250Z","dependency_job_id":null,"html_url":"https://github.com/jonasknobloch/timba","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonasknobloch%2Ftimba","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonasknobloch%2Ftimba/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonasknobloch%2Ftimba/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonasknobloch%2Ftimba/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonasknobloch","download_url":"https://codeload.github.com/jonasknobloch/timba/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246223323,"owners_count":20743167,"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":["csv","toggl"],"created_at":"2024-10-03T10:26:10.979Z","updated_at":"2025-10-30T19:14:34.049Z","avatar_url":"https://github.com/jonasknobloch.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Timba\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/jonasknobloch/timba)](https://goreportcard.com/report/github.com/jonasknobloch/timba)\n\nTimba is a dead simple CLI tool to convert [toggl track](https://track.toggl.com) CSV exports into the backup format\nof the [Tim Time Tracker](https://tim.neat.software).\n\n**Features reserved for the toggl premium tier (tasks \u0026 billing) are not supported.**\n\nThe `tim` package can be used to manually create a tim backup file.\nSee [tim/example_test.go](tim/example_test.go) for details.\n\n*This project is not affiliated, associated, authorized, endorsed by, or in any way officially connected with\nNeat Software Co. or any of its subsidiaries or its affiliates.*\n\n## Usage\n\n```\ntimba toggl.csv \u003e toggl.json\n```\n\n```json\n{\n  \"tasks\": {\n    \"3587bc64-7911-479c-9edd-ec73fc6c5313\": {\n      \"records\": [\n        {\n          \"start\": 1654602358000,\n          \"end\": 1654605058000\n        },\n        {\n          \"start\": 1654608310000,\n          \"end\": 1654612810000\n        }\n      ],\n      \"id\": \"3587bc64-7911-479c-9edd-ec73fc6c5313\",\n      \"title\": \"Formale Baumsprachen\",\n      \"updatedAt\": 1655132291,\n      \"createdAt\": 1655132291\n    }\n  },\n  \"groups\": {\n    \"6e5afbc7-e068-405a-8105-3135d9393757\": {\n      \"id\": \"6e5afbc7-e068-405a-8105-3135d9393757\",\n      \"title\": \"INF-VERT6\",\n      \"updatedAt\": 1655132291631,\n      \"createdAt\": 1655132291631\n    }\n  },\n  \"nodes\": [\n    {\n      \"id\": \"6e5afbc7-e068-405a-8105-3135d9393757\"\n    },\n    {\n      \"id\": \"3587bc64-7911-479c-9edd-ec73fc6c5313\",\n      \"parent\": \"6e5afbc7-e068-405a-8105-3135d9393757\"\n    }\n  ]\n}\n```\n\n## Screenshots\n\n![Screenshot toggl](screenshot_toggl.png)\n![Screenshot Tim](screenshot_tim.png)\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonasknobloch%2Ftimba","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonasknobloch%2Ftimba","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonasknobloch%2Ftimba/lists"}