Skip to content

Instantly share code, notes, and snippets.

@waywardone
waywardone / renameGarminFIT.sh
Last active September 14, 2018 04:03
Garmin FIT filename decoding
#!/bin/bash
# The following is from the Garmin forums: https://forums.garmin.com/forum/garmin-express/garmin-express-pc/76831-
# The Garmin Forerunner 220 and 620 (FR220 and FR620) save their activity
# files with a cryptic name on the watch. Based on Jeff Pethybridge's
# (ZUKJEFF) analysis and my own findings, these would be the filename codes:
#
# Example: 43S64121.FIT
#
# Char 1 is year: 3 (2013), 4 (2014) ... Will clash in ten years time!