Open jepst opened 8 months ago
It is currently not planed to output html files directly.
With v5 we added the option again to open a viewer directly from the cli. For that just run JPlag with the flag -M RUN_AND_VIEW
You can use the option --csv-export. That will output the results as a cvs file in addition to the usual zip. The output is not as detailed as the json output, but you can look at it directly.
Previous versions of JPlag output static HTML files which could be viewed in any web browser without additional tools. Recent versions of JPlag output zipped JSON files which require using either the viewer website hosted on Github, or running the same site locally as a Vue app.
There would be value in allowing JPlag to output viewable data directly. Does such an option exist or is it being planned?