minty

Crates.iominty
lib.rsminty
version2.0.3
sourcesrc
created_at2022-04-12 17:11:14.127877
updated_at2022-04-19 23:28:30.95851
descriptionExtremely fast file deduplication app written in rust using parrellism with a rust gui.
homepage
repositoryhttps://github.com/mjehrhart/minty
max_upload_size
id566547
size2,425,021
(mjehrhart)

documentation

README

minty

Project Minty has a new look and feel!!!

minty2 0 1_1c

Minty is an amazingly fast file deduplication app built in rust with a rust user interface. I say superb because it is rust on rust!.

Minty uses parrellism for a speedy and safe deduplication search. The app hashes the first (nth) bytes of each file to allow for direct comparisions, making for a truly reliable app.

The app searches and compares each individual file. Free up space by removing unwanted files.

Screen Shot Minty

Old Look and Feel

Screen Shot Minty

You can view all duplicate files and batch delete them for each file collection. No more having to delete one file at time!

Screen Shot Minty

Installation

Hombebrew

brew tap mjehrhart/minty
brew install mjehrhart/minty/minty

Upgrade

brew update
brew upgrade mjehrhart/minty/minty

or

brew uninstall mjehrhart/minty/minty
brew install mjehrhart/minty/minty

This app is free to use and is a work in progress.

If you have any question, comments, or concerns please visit here:
https://github.com/mjehrhart/minty/discussions

Commit count: 59

cargo fmt