moss-trimmer

Crates.iomoss-trimmer
lib.rsmoss-trimmer
version1.1.1
sourcesrc
created_at2024-02-25 18:12:04.45395
updated_at2024-05-01 20:43:49.566365
descriptionArchiver and parser for Measure of Software Similarity (MOSS) results
homepagehttps://github.com/carsonwoods/moss-trimmer
repositoryhttps://github.com/carsonwoods/moss-trimmer
max_upload_size
id1152686
size15,381
Carson Woods (carsonwoods)

documentation

README

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

Commit count: 12

cargo fmt