Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakutis/tcxjoin
Join two Training Center XML (tcx) files
https://github.com/jakutis/tcxjoin
Last synced: 6 days ago
JSON representation
Join two Training Center XML (tcx) files
- Host: GitHub
- URL: https://github.com/jakutis/tcxjoin
- Owner: jakutis
- Created: 2017-02-01T22:21:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-01T22:26:07.000Z (almost 8 years ago)
- Last Synced: 2025-01-10T12:50:44.803Z (10 days ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tcxjoin
Join two Training Center XML (tcx) files
## Installation
1. Install Node.js.
2. Execute in the command line: `npm install -g tcxjoin`.## Usage
1. Execute in the command line: `tcxjoin [mode] [a] [b] [output]`, where:
* `[mode]` is either `union` or `only-during-gps`;
* `[a]` and `[b]` are the names of input files to be combined;
* `[output]` is the name of output file to be created.## License
Copyright (c) 2017 Vytautas Jakutis
Licensed under the GPL-3.0 License