gpx-animator icon indicating copy to clipboard operation
gpx-animator copied to clipboard

Support command line wildcards for GPX files

Open McPringle opened this issue 3 years ago • 2 comments

It would make loading a bunch of GPX files easier, if you could write something like:

java -jar gpx-animator.jar --input-files *.gpx

The shell will automatically expand the wildcard, so the real command line would look like:

java -jar gpx-animator.jar --input-files file1.gpx file2.gpx file3.gpx

GPX Animator could easily be extended to support multiple file names.

Idea from @willjobs based on #314.

McPringle avatar Jan 30 '21 16:01 McPringle

Maybe this is easier to implement when by definition input files with wildcards need to be specified as the last parameter.

McPringle avatar Apr 07 '23 12:04 McPringle

i'm working on this

ky0n avatar Dec 13 '23 19:12 ky0n