lorenzobenvenuti / strava-cli

Command Line Interface for Strava
MIT License
4 stars 1 forks source link

Three more improvements #10

Closed arichnad closed 4 years ago

arichnad commented 4 years ago
  1. get the "activity_detail" from the api (which includes a lot more detail), and cache it (as a map, not a list like "activities")

changes the way verbose works: verbose now prints out everything in the map, sorted.

  1. let user decide if they want utc or not.

  2. fix minor bug with get_gps: it still works when there is no stream.

I also added some installation notes.

I can separate these out into different pull requests if you'd like.

lorenzobenvenuti commented 4 years ago

Sorry for the late reply, I was on holiday! I'll give a look at the changes as soon as I can. Thanks!

lorenzobenvenuti commented 4 years ago

Merged, TYVM (again)!