Skip to content
Even Solberg edited this page Jun 5, 2023 · 3 revisions

FitGet Design Document

This utility is meant for downloading your exercise files from the Garmin website to your local computer for processing.

Requirements

  • Keep configuration in a simple ~/.config/config.toml (or KDL or whatever) file.
  • Store timestamp for last download, and only download items newer than this.
  • Store credentials in encrypted format somehow (if the user wants)
  • If no credentials are found, as for username & password
    • Prompt the user whether to save or not
  • Specify where to put the downloaded files
  • Specify name format or call the rename utility?
    • Need SOME kind of format to ensure uniqueness. Timestamp should suffice.
Clone this wiki locally