Skip to content

Instantly share code, notes, and snippets.

@darinalleman
Created January 20, 2026 23:59
Show Gist options
  • Select an option

  • Save darinalleman/31e0dafc4b152c4df431906d6d205022 to your computer and use it in GitHub Desktop.

Select an option

Save darinalleman/31e0dafc4b152c4df431906d6d205022 to your computer and use it in GitHub Desktop.
  1. Open Terminal and install UV: curl -LsSf https://astral.sh/uv/install.sh | sh
  2. Update terminal to find UV: source $HOME/.local/bin/env
  3. Install fit-file-faker: uv tool install fit-file-faker
  4. Run setup: fit-file-faker -s
  5. Run application: fit-file-faker -m (will monitor TPV directory for new files until this terminal is closed)
  6. Optionally, upload all previous files to garmin connect by doing Upload All: fit-file-faker -ua

Source: https://github.com/jat255/Fit-File-Faker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment