Differences since last import
From Geoqo
Comparing previous and current pocket queries (or other data)
To output a .html file of all the differences since the previous version of a pocket query and a new one you're importing, use the "diff" modify plugin. This plugin is used as follows:
> geoqo -i myfile.gpx+diff:out=myfile-differences.html
The above command will import your spiffy new myfile.gpx file and then immediately run the diff plugin to compare the data about to be imported with the older database. The results will be written to the myfile-differenrces.html file.
IMPORTANT NOTE
Do not use this plugin in the -m line. IE, don't do this:
DONT USE THIS > geoqo -i myfile.gpx -m diff:out=myfile-differences.html DONT USE THIS