Ruri

Pipeline status Crates version AUR version AUR version Homebrew tap

Calculates the CRC-32 of files and checks them against their filename.

Installation

From repo

Ruri is available in the following repos: - Arch Linux AUR: ruri, ruri-bin - Crates.io: ruri - Homebrew: Timmy1e/tap/ruri

From release

  1. Download a pre-built binary archive from the releases page.
  2. Extract the archive.
  3. Move the executable to a logical location such as your /usr/bin/ or /usr/local/bin/ directory.

From source

Requirements

Usage

``` USAGE: ruri [FLAGS] [OPTIONS] ...

FLAGS: -h, --help Prints help information -q, --quiet Don't print progressbars, for piping to files -V, --version Prints version information

OPTIONS: -t, --threads Override the amount of threads, 0 is CPU max [default: 0]

ARGS: ... The files you want to check ```

Basic examples: shell $ ruri "myFile[ABCD1234].ext" myFiles*.ext shell $ ruri -q myFiles*.ext > myFiles.crc32

Licence

GNU Affero General Public License v3.0 or later