filter GPX files
- Go 100%
| .gitignore | update git ignore | |
| .goreleaser.yaml | update goreleaser config to v2 | |
| filter.go | ignore case of removal names | |
| flags.go | ignore case of removal names | |
| go.mod | update dependencies | |
| go.sum | update dependencies | |
| LICENSE | Initial commit | |
| main.go | ignore case of removal names | |
| README.md | update readme | |
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