Tigge / antfs-cli

Extracts FIT files from ANT-FS based sport watches such as Garmin Forerunner 60, 405CX, 310XT, 610 and 910XT.
MIT License
312 stars 77 forks source link

added reverse order download and download n options #147

Open MarcusWalz opened 8 years ago

MarcusWalz commented 8 years ago

E.g. antfs-cli -r -n 3 will download the 3 most recent activities

Tigge commented 8 years ago

Hi! Thank you for contributing. Could you explain the reasoning behind this change. Is it to avoid the quite slow download times? Downloading the newest file first might be a good default behavior so I think that flag can be removed and just be made the default.

Also: please merge these three commits to one, thanks!