Skip to content

Commit 932aa9d

Browse files
Matthew EhrhartMatthew Ehrhart
Matthew Ehrhart
authored and
Matthew Ehrhart
committed
updated readme
1 parent 9b5300b commit 932aa9d

File tree

3 files changed

+29
-6
lines changed

3 files changed

+29
-6
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "minty"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
authors = ["mjehrhart <https://github.com/mjehrhart>"]
66
license = "MIT"

README.md

+27-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,32 @@
11
# minty
2-
Minty is a superb file deduplication app built in rust with a rust gui. Minty uses parrellism for a speedy and safe deduplication search. The app reads the content of each file and uses that to compare files to each other. This makes for a truly wonderful app which allows you the comfort to know you can trust the data provided to you.
2+
Minty is a superb file deduplication app built in rust with a rust user interface.
33

4-
![minty](https://user-images.githubusercontent.com/97703291/162547172-83b1883a-37ec-4e9f-ac58-638c2cdf0e43.gif)
4+
Minty uses parrellism for a speedy and safe deduplication search. The app reads the content of each file and then compares the content to other, making for a truly reliable app.
55

6-
<img width="100%" alt="Screen Shot 2022-04-08 at 4 33 37 PM" src="https://user-images.githubusercontent.com/97703291/162547367-038a6a0a-20ab-4a77-9347-8c080175d62d.png">
6+
The app searches and compares each individual file. Free up space by removing unwanted files.
77

8-
<img width="100%" alt="Screen Shot Minty" src="https://user-images.githubusercontent.com/97703291/162547283-6e01e85b-5ae1-4b71-8545-0e22fc150d4f.png">
8+
<img width="50%" alt="Screen Shot Minty" src="https://user-images.githubusercontent.com/97703291/163004655-e4ab6314-6010-45c0-984c-8b412cdfdc89.gif">
99

10+
You can view all duplicate files and batch delete them for each file collection. No more having to delete one file at time!
11+
12+
<img width="50%" alt="Screen Shot Minty" src="https://user-images.githubusercontent.com/97703291/163003275-0b4ed1f3-25bd-470a-abf2-77b312fc67d0.gif">
13+
14+
## Installation
15+
#### Hombebrew
16+
```
17+
brew tap mjehrhart/minty
18+
brew install/minty/minty
19+
```
20+
21+
#### Upgrade
22+
```
23+
brew uninstall mjehrhart/minty/minty
24+
brew install mjehrhart/minty/minty
25+
```
26+
27+
This app is free to use and is a work in progress.
28+
29+
If you have any question, comments, or concerns please visit here:
30+
https://github.com/mjehrhart/minty/discussions
31+
32+

0 commit comments

Comments
 (0)