From 77c2521d68e75a08cc74a4cdad293e5c4796cb20 Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Wed, 13 May 2020 23:29:06 +0200 Subject: [PATCH] TODOs --- TODO.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..8c5490f --- /dev/null +++ b/TODO.md @@ -0,0 +1,14 @@ +TODO +==== + +* RGN file support +* convert between RGN and GCD +* Express-like updater + * should be text interface or ncurses + * detect Garmin MTP devices or /GARMIN directory in mounted roots + * MTP support: https://github.com/wangjiezhe/pymtp + * fetch GarminDevice.xml + * upload to Express, list returned files + * ask user, then download files and push to device + * maybe: support for additional downloads (languages, icons, etc.) + * maybe: support for running under Windows (although there you have the real Express)