jplag / JPlag

State-of-the-Art Source Code Plagiarism & Collusion Detection
https://jplag.github.io/JPlag/
GNU General Public License v3.0
1.42k stars 312 forks source link

Missing command-line result viewer #1642

Open jepst opened 8 months ago

jepst commented 8 months ago

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?

Kr0nox commented 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

TwoOfTwelve commented 7 months ago

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.