Skip to content

stevenh/tracktools

Repository files navigation

tracktools

Reference License Go Report Card

tracktools is a Golang set of packages and command line tool that support manipulating data for a number of popular track apps.

Features

Installing

Command line tool

To install the command line tool:

go install github.com/stevenh/tracktools/cmd/tracktools@latest

This tool uses Cobra so supports full interactive command line help which can also be found in markdown.

If you want to use the GoPro functionality you will also need a working install of FFmpeg which can be downloaded here. Once installed if it's not in your path you can configure the Binary in .tracktools.toml which can be placed in your home directory.

Golang packages

To use the packages:

go get -u github.com/stevenh/tracktools@latest

Credits

A big thank you to Harry of Harry's LapTimer for his support in answering all my questions while creating this on the LapTimer forums.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages