Crates.io | ruri |
lib.rs | ruri |
version | 2.1.0 |
source | src |
created_at | 2021-01-31 18:13:06.01154 |
updated_at | 2023-06-04 18:27:21.375627 |
description | Calculates the CRC-32 of files and checks them against their filename |
homepage | |
repository | https://gitlab.com/Timmy1e/ruri |
max_upload_size | |
id | 348970 |
size | 81,065 |
Calculates the CRC-32 of files and checks them against their filename.
Ruri is available in the following repos:
/usr/bin/
or /usr/local/bin/
directory../bin/
:
$ cargo install --locked --bin ruri --path . --root .
/usr/bin/
or /usr/local/bin/
directory.Usage: ruri [OPTIONS] [FILE_PATHS]...
Arguments:
[FILE_PATHS]... Paths to files you want to check
Options:
-t, --threads <THREADS> Override the amount of threads, 0 is CPU max [default: 0]
-q, --quiet Don't print progress bars, for piping to files
-h, --help Print help
-V, --version Print version
Basic examples:
$ ruri "myFile[ABCD1234].ext" myFiles*.ext
$ ruri -q myFiles*.ext > myFiles.crc32
GNU Affero General Public License v3.0 or later