kumboleijo / gpxlatest

This tool helps you to find the latest timestamp of a gpx file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gpxlatest

This tool helps you to find the latest timestamp of a gpx file.

Install

npm i -g gpxlatest

Usage

Usage: gpxlatest [options]

This tool helps you to find the latest timestamp of a gpx file.

Options:
  -V, --version        output the version number
  -i ,--input <file>   specify the input file
  -a, --all            show all timestamps (sorted) (default: false)
  -f, --first          show the first (oldest) timestamp (default: false)
  --start <TIMESTAMP>  filterStart (default: null)
  --stop <TIMESTAMP>   filterStop (default: null)
  -s, --save           save output to a file (default: false)
  -o, --output <file>  specify the output file
  -h, --help           output usage information

About

This tool helps you to find the latest timestamp of a gpx file.


Languages

Language:JavaScript 100.0%