Skip to content

Commit

Permalink
Signed-off-by: xonel <xonel@lenovo.nox>
Browse files Browse the repository at this point in the history
  • Loading branch information
xonel committed Dec 19, 2013
1 parent eb2f80b commit c16e68e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions GFrun/GFrun.sh
Expand Up @@ -23,8 +23,8 @@ Version="0.5.1"
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##########################################################################################################################################################
#(STABLE) : wget -N https://github.com/xonel/GFrun/raw/GFrun/GFrun/install/GFrunMenu.sh && chmod a+x GFrunMenu.sh && sudo sh ./GFrunMenu.sh
#(DEV) : wget -N https://github.com/xonel/GFrun/raw/master/GFrun/GFrun.sh && chmod a+x GFrun.sh && sudo bash ./GFrun.sh
#(STABLE) : wget -N https://github.com/xonel/GFrun/raw/GFrun/GFrun/GFrun.sh && chmod a+x GFrun.sh && sudo bash ./GFrun.sh
#(UNSTABLE): wget -N https://github.com/xonel/GFrun/raw/master/GFrun/GFrun.sh && chmod a+x GFrun.sh && sudo bash ./GFrun.sh
##########################################################################################################################################################
#

Expand Down
12 changes: 8 additions & 4 deletions README.md
Expand Up @@ -45,7 +45,7 @@ STABLE Version (branch GFrun) :
<pre><code>wget -N https://github.com/xonel/GFrun/raw/GFrun/GFrun/GFrun.sh && chmod a+x GFrun.sh && sudo bash ./GFrun.sh
</code></pre>

DEV Version (branch MASTER) :
UNSTABLE Version (branch MASTER) :
<pre><code>wget -N https://github.com/xonel/GFrun/raw/master/GFrun/GFrun.sh && chmod a+x GFrun.sh && sudo bash ./GFrun.sh
</code></pre>

Expand All @@ -62,13 +62,17 @@ Modules inside GFrun :
+ garminplugin_0.3.16-1 : ( https://github.com/adiesner/GarminPlugin )
- plugin firefox <> http:// connect.garmin.com
+ Garmin-Forerunner-610-Extractor : ( https://github.com/Tigge/Garmin-Forerunner-610-Extractor)
- Extract .FIT from (ANT-FS), convert .FIT to .TCX with (40-convert_to_tcx.py)
- Extract .FIT from (ANT-FS),
- convert .FIT to .TCX with (40-convert_to_tcx.py)
- upload "FIT/TCX" on http:// connect.garmin.com (01_upload_gconnect.py)
+ gcpuploader : ( http://sourceforge.net/projects/gcpuploader/ )
- Auto upload "FIT/TCX" on http:// connect.garmin.com

+ glade2script ( http://code.google.com/p/glade2script/ )
- It allows for a script (bash, python or other) to interact with a GUI created with glade.

TODO :
--------
- GUI (Qt/GTK or ??)
- crypt password login
- Manual
- Learn 'Bash' ;O)

Expand Down

0 comments on commit c16e68e

Please sign in to comment.