#moss #archiver #cli #plagiarism-detection

app moss-trimmer

Archiver and parser for Measure of Software Similarity (MOSS) results

5 releases (stable)

1.1.0 Mar 29, 2024
1.0.3 Mar 29, 2024
1.0.1 Mar 1, 2024
0.1.0 Feb 25, 2024

#83 in Compression

Download history 86/week @ 2024-02-19 223/week @ 2024-02-26 15/week @ 2024-03-04 13/week @ 2024-03-11 227/week @ 2024-03-25 70/week @ 2024-04-01

312 downloads per month

MIT license

8KB
123 lines

MOSS Trimmer

This is a very simple utility built around making MOSS, simpler to use. This tool can be used to download MOSS results so that they are stored entirely offline. This can be useful if results are needed to persist for longer than the 2 week storage time provided by MOSS servers.

Additionally, by passing a -t <STRING>, argument, the tool will remove all results whose name does not include the string. This can be used to ignore similarity results identified between two files in a code archive.

Requirements

  • Rust
  • wget

Installation Instructions

Moss Trimmer can be installed using Cargo: cargo install moss-trimmer

Dependencies

~1.2–1.8MB
~35K SLoC