A simple TUI program for verifying MD5 checksums with multithreading.
This program was primarily created for fun and to verify FitGirl Repacks faster using multithreading — but mainly for fun.
It is not guaranteed to be fast or highly efficient. It was designed to suit my needs and visual preferences.
First, clone the repository
git clone git@github.com:SuperCoolGuy855/md5check.git
Install using Cargo
cargo install --path . --lockedRun program with no argument to start in TUI mode
md5checkRun program with -f argument to start in CLI mode
md5check -f <md5sum_file> -pTo get a list of arguments, run with --help
md5check --help