{"id":34174995,"url":"https://github.com/nce/tourenbuchctl","last_synced_at":"2026-03-12T03:33:10.983Z","repository":{"id":246773710,"uuid":"822508985","full_name":"nce/tourenbuchctl","owner":"nce","description":"A go application managing my personal outdoor activity log book","archived":false,"fork":false,"pushed_at":"2026-03-08T02:05:12.000Z","size":1878,"stargazers_count":0,"open_issues_count":10,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-08T07:32:02.372Z","etag":null,"topics":["gnuplot","go","gpx","latex","oauth","strava-api"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nce.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-07-01T09:36:12.000Z","updated_at":"2025-09-15T06:42:37.000Z","dependencies_parsed_at":"2026-02-08T15:07:47.097Z","dependency_job_id":null,"html_url":"https://github.com/nce/tourenbuchctl","commit_stats":null,"previous_names":["nce/strava2tourenbuch","nce/tourenbuchctl"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/nce/tourenbuchctl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nce%2Ftourenbuchctl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nce%2Ftourenbuchctl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nce%2Ftourenbuchctl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nce%2Ftourenbuchctl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nce","download_url":"https://codeload.github.com/nce/tourenbuchctl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nce%2Ftourenbuchctl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30414335,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T00:40:14.898Z","status":"online","status_checked_at":"2026-03-12T02:00:07.260Z","response_time":114,"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":["gnuplot","go","gpx","latex","oauth","strava-api"],"created_at":"2025-12-15T12:04:28.202Z","updated_at":"2026-03-12T03:33:10.978Z","avatar_url":"https://github.com/nce.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :books: tourenbuchctl\n![GitHub branch check runs](https://img.shields.io/github/check-runs/nce/tourenbuchctl/main)\n![GitHub Release](https://img.shields.io/github/v/release/nce/tourenbuchctl)\n\nThis is a tool for working with my `tourenbuch`.\n\n`Tourenbuch` is a digital \u0026 printed log book of my personal outdoor sports activities.\nEach activity consists of gpx tracks, map, stats, plotted elevation graphs and an\noverall summaray/description.\n\nThis CLI helps me to interact with it. Until i release more information about\nmy (private) Tourenbuch, it's  probably not useful for anyone.\n\nSee the example of an activity page below:\n\n\u003cp align=\"center\" width=\"100%\"\u003e\n    \u003ckbd\u003e\n        \u003cimg src=\"./docs/samplepage.png\" width=\"400\" /\u003e\n    \u003c/kbd\u003e\n\u003c/p\u003e\n\n# :grey_question: How does this work\nI'm using two local folders:\n  * `textdir` (← a (private) git repository containing my written/text elements)\n  * `assetdir` (← a cloud synced folder containing my images/gpx/asset elements)\n\ntbc.\n\n# :mountain_bicyclist: Usage\n\n### New Single Day activity\n```sh\ntourenbuchctl new mtb \u003cdirectory.name\u003e -d \u003cdd.mm.YYYY\u003e -t \"\u003cactivity.title\u003e\"\ntourenbuchctl new skitour \u003cdirectory.name\u003e --max-elevation \u003c1234\u003e -d \u003cdd.mm.YYYY\u003e -t \"\u003cactivity.title\u003e\"\n\n```\n\n### New Multiday activity\n```sh\ntourenbuchctl new mtb transalp-2013/\u003cdirectory.name\u003e -d \u003cdd.mm.YYYY\u003e -t '\u003cactivity.title\u003e' -m -c \"\u003cparticipants\u003e\" -y \u003cdescent.difficulty\u003e -r \u003crating.in.stars\u003e\n```\n\n# :hammer: Tech Details\n\n## Strava\nActivity stats like distance or climbed elevation get queried from strava and\nparsed in the Tourenbuch.\n\n# Dev\n\n## Prerequisites\n### Swagger\nGo-swagger is incompatible with 3.x api defintion of strava...\nAnd strava declared their current 3.x api incompatible with swaggerv3. I played\naround with different `2.x` releases, which in fact generated a different codebase.\nI [struggled with](#13) `swagger-codegen-cli-v3:3.0.58` on the `ActivitiesApiUpdateActivityByIdOpts`,\nswitching to `2.4.43` solved the problem, though generated a wrong `model_lat_long.go`, which i\nhad [to patch](https://github.com/nce/tourenbuchctl/blob/e2147617af8eaaae55847c9ee69f8fa6b2eb1e41/pkg/stravaapi/model_lat_lng.go#L12-L16).\n\nRefer to the [Makefile](Makefile) for the current swagger build.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnce%2Ftourenbuchctl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnce%2Ftourenbuchctl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnce%2Ftourenbuchctl/lists"}