Skip to content

vearutop/gpxt

Repository files navigation

gpxt

Build Status Coverage Status GoDevDoc Time Tracker Code lines Comments

GPX Tool CLI.

Usage

usage: gpxt [<flags>] <command> [<args> ...]


Flags:
  --[no-]help     Show context-sensitive help (also try --help-long and --help-man).
  --[no-]version  Show application version.

Commands:
help [<command>...]
    Show help.

move [<flags>] <file>
    When both new-start and new-end are present, the track would be stretched/shrinked to fit in new boundaries. Otherwise it would be moved to the touch new-start or
    new-end.

info <file>
    Show info about GPX file

show [<flags>] [<files>...]
    Show GPX file on the map in the browser

concat [<flags>] [<files>...]
    Concat multiple GPX tracks in one

cut [<flags>] <files>...
    Remove head and/or tail of a track

reduce [<flags>] <files>...
    Reduce number of points in track to simplify shape

route [<flags>] <file>
    Build optimal route through waypoints

runnerup list [<flags>] <db>
    List latest activities

runnerup export [<flags>] <db> <activity-id> [<output>]
    Export activity as GPX.