SHA256
1
0
Fork
You've already forked gpx-sieb
0
filter GPX files
  • Go 100%
2026年06月15日 21:50:02 +02:00
.gitignore update git ignore 2024年12月20日 23:56:49 +01:00
.goreleaser.yaml update goreleaser config to v2 2024年12月20日 23:51:38 +01:00
filter.go ignore case of removal names 2024年12月20日 23:37:04 +01:00
flags.go ignore case of removal names 2024年12月20日 23:37:04 +01:00
go.mod update dependencies 2026年06月15日 21:50:02 +02:00
go.sum update dependencies 2026年06月15日 21:50:02 +02:00
LICENSE Initial commit 2024年12月20日 21:42:30 +00:00
main.go ignore case of removal names 2024年12月20日 23:37:04 +01:00
README.md update readme 2024年12月21日 00:15:28 +01:00

gpx-sieb

filter GPX files

https://codeberg.org/strubbl/gpx-sieb

$ ./gpx-sieb -h
Usage of ./gpx-sieb:
 -d print debug output
 -dd
 like parameter -d, but print more debug output
 -ddd
 like parameter -dd, but print even more debug output
 -i string
 input path to a GPX file which shall be filtered
 -names string
 comma-separated list of words, which are used to exclude a waypoint by its name
 -o string
 output path for the filtered GPX file
 -v print the program's version