{"id":31357137,"url":"https://github.com/sectore/fit-activities-tui","last_synced_at":"2025-09-26T19:50:24.281Z","repository":{"id":313583537,"uuid":"987118214","full_name":"sectore/fit-activities-tui","owner":"sectore","description":"Activities of FIT files in your terminal. Works nice with @WahooFitness devices.","archived":false,"fork":false,"pushed_at":"2025-09-16T18:42:38.000Z","size":5374,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-16T21:31:35.285Z","etag":null,"topics":["bubbletea","fit-file","golang","wahoo"],"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/sectore.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":"2025-05-20T15:46:20.000Z","updated_at":"2025-09-12T17:55:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"f58397c0-83e9-4227-9c5b-5ff7d4f57c19","html_url":"https://github.com/sectore/fit-activities-tui","commit_stats":null,"previous_names":["sectore/fit-activities-tui"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sectore/fit-activities-tui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sectore%2Ffit-activities-tui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sectore%2Ffit-activities-tui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sectore%2Ffit-activities-tui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sectore%2Ffit-activities-tui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sectore","download_url":"https://codeload.github.com/sectore/fit-activities-tui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sectore%2Ffit-activities-tui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277136085,"owners_count":25767068,"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-09-26T02:00:09.010Z","response_time":78,"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":["bubbletea","fit-file","golang","wahoo"],"created_at":"2025-09-26T19:50:21.401Z","updated_at":"2025-09-26T19:50:24.276Z","avatar_url":"https://github.com/sectore.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fit-activities-tui\n\n**Activities** of **[FIT](https://developer.garmin.com/fit/overview/)** ([Flexible and Interoperable Data Transfer](https://developer.garmin.com/fit/overview/)) files in your **terminal**.\n\nHandles as much FIT files as you want: Summary, details, filter and sort. It's fast. Free and open source.\n\nWorks nice with [Wahoo Fitness](http://wahoofitness.com) devices. Tested with [ELEMNT BOLT 3](https://support.wahoofitness.com/hc/en-us/articles/26243351942290-ELEMNT-BOLT-3-2025-Product-Information).\n\nBuilt with [Go](https://go.dev), [Bubble Tea](https://github.com/charmbracelet/bubbletea/) and ♥.\n\n# Table of Contents\n\n- [Preview](./#preview)\n- [CLI](./#cli)\n- [Keybindings](./#keybindings)\n- [Installation](./#installation)\n- [Development](./#development)\n- [License](./#license)\n\n# Preview\n\n## Summary\n\n\u003ca href=\"demo/demo.gif\"\u003e\n  \u003cimg alt=\"demo\" src=\"demo/demo.gif\" /\u003e\n\u003c/a\u003e\n\n## Review live data (real time)\n\n\u003ca href=\"demo/live-data.gif\"\u003e\n  \u003cimg alt=\"demo\" src=\"demo/live-data.gif\" /\u003e\n\u003c/a\u003e\n\n# CLI\n\n```sh\nfit-activities-tui --help\nUsage:\n  fit-activities-tui [flags]\n\nFlags:\n  -h, --help            help for fit-activities-tui\n  -i, --import string   path to single FIT file or directory of FIT files to import\n      --log             enable logging to store logs into 'debug.log'\n```\n\n# Keybindings\n\n## Menu\n\n| Key | Description |\n| --- | --- |\n| \u003ckbd\u003em\u003c/kbd\u003e | Toggle menu |\n\n## Actions\n\n| Key | Description |\n| --- | --- |\n| \u003ckbd\u003el\u003c/kbd\u003e | toggle live data |\n| \u003ckbd\u003ectrl+alt+r\u003c/kbd\u003e | re-import file(s) |\n| \u003ckbd\u003eq\u003c/kbd\u003e | quit |\n\nIn `live data` view\n\n| Key | Description |\n| --- | --- |\n| \u003ckbd\u003eSPACE\u003c/kbd\u003e | toggle play / pause |\n| \u003ckbd\u003er\u003c/kbd\u003e | reset current record count |\n| \u003ckbd\u003ectrl+r\u003c/kbd\u003e | reset all record counts |\n\n## List\n\n| Key | Description |\n| --- | --- |\n| \u003ckbd\u003e↑\u003c/kbd\u003e | previous activity |\n| \u003ckbd\u003e↓\u003c/kbd\u003e | next activity |\n| \u003ckbd\u003eg\u003c/kbd\u003e | first activity |\n| \u003ckbd\u003eG\u003c/kbd\u003e | last activity |\n| \u003ckbd\u003e←\u003c/kbd\u003e or \u003ckbd\u003e→\u003c/kbd\u003e | switch pages |\n\n## Filter\n\n| Key | Description |\n| --- | --- |\n| \u003ckbd\u003e/\u003c/kbd\u003e | start filter |\n| \u003ckbd\u003eENTER\u003c/kbd\u003e | apply filter |\n| \u003ckbd\u003eESC\u003c/kbd\u003e | cancel filter |\n\n## Sort\n\n| Key | Description |\n| --- | --- |\n| \u003ckbd\u003ectrl+d\u003c/kbd\u003e | sort by distance |\n| \u003ckbd\u003ectrl+t\u003c/kbd\u003e | sort by start time |\n\n## Live data\n\n| Key | Description |\n| --- | --- |\n| \u003ckbd\u003el\u003c/kbd\u003e | show / hide |\n| \u003ckbd\u003eSPACE\u003c/kbd\u003e | play / pause |\n| \u003ckbd\u003er\u003c/kbd\u003e | reset current record count |\n| \u003ckbd\u003ectrl+r\u003c/kbd\u003e | reset all record counts |\n\nWhile `playing`\n\n| Key | Description |\n| --- | --- |\n| \u003ckbd\u003e1-9\u003c/kbd\u003e | 1-9x speed |\n| \u003ckbd\u003e0\u003c/kbd\u003e | 10x speed |\n| \u003ckbd\u003eright\u003c/kbd\u003e | increase speed |\n| \u003ckbd\u003ectrl+right\u003c/kbd\u003e | fast forward (ffw) |\n| \u003ckbd\u003eleft\u003c/kbd\u003e | decrease speed |\n\n\nWhile `paused`\n\n| Key | Description |\n| --- | --- |\n| \u003ckbd\u003eright\u003c/kbd\u003e | next record |\n| \u003ckbd\u003ectrl+right\u003c/kbd\u003e | fast forward (ffw) records |\n| \u003ckbd\u003eleft\u003c/kbd\u003e | previous record |\n| \u003ckbd\u003ectrl+left\u003c/kbd\u003e | rewind (rwd) records |\n\n# Installation\n\nTBD\n\n# Development\n\n## Requirements\n\n### Nix users (recommend)\n\n`cd` into root directory.\n\nIf you have [`direnv`](https://direnv.net) installed, run `direnv allow` once to install dependencies. In other case run `nix develop`.\n\n### Non Nix users\n\n- [`Go`](https://go.dev/doc/install)\n- [`Staticcheck`](https://staticcheck.dev)\n- [`just`](https://just.systems)\n\n\n```sh\njust\nAvailable recipes:\n    default  # list commands\n\n    [demo]\n    demo     # Build an animated `demo.gif`. Run this command with $IMPORT_PATH={directory-of-FIT-files} defined to point to FIT files you want to use for the demo. [alias: d]\n\n    [dev]\n    run path # Runs the app by importing FIT files from given path. [alias: r]\n```\n\n### Build\n\nTBD\n\n\n# License\n\n[MIT License](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsectore%2Ffit-activities-tui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsectore%2Ffit-activities-tui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsectore%2Ffit-activities-tui/lists"}