You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,13 @@ A cross-platform GUI utility for finding duplicated files, delete or link them t
14
14
- Support for **regular expressions** or **glob** expressions syntax
15
15
- Searching for duplicates based on the **hash** of the file content. Different filenames or extensions do not affect the search results
16
16
- Works on **Linux** and **Windows**
17
-
17
+
18
18
19
19
### 💥 Major news in 2.x version:
20
20
-**Images similarity mode**, with caching, sensitivity parameters and rotated images detection
21
21
-**preview window** for images and text files
22
22
-**"Same directory"** display mode
23
-
23
+
24
24
## Why another anti-duplicate application ?
25
25
- Because you need to see the context of removed files, and use such application clearly,safely and easily.
26
26
@@ -30,6 +30,8 @@ A cross-platform GUI utility for finding duplicated files, delete or link them t
30
30

31
31
#### immediate scanning start with CLI parameters example:
32
32

33
+
#### scan dialog:
34
+

33
35
#### settings dialog:
34
36

35
37
@@ -80,7 +82,7 @@ dude --help
80
82
## Portability
81
83
**Dude** writes log files, configuration and cache files in runtime. Default location for these files is **dude.data** folder, created next to the **dude executable** file. If there are no write access rights to such folder, platform-specific folders are used for cache, settings and logs (provided by **appdirs** module). You can use --appdirs command line switch to force that behavior even when **dude.data** is accessible.
82
84
83
-
## Dude is BIG 💥
85
+
## Dude is BIG 💥
84
86
Well, unfortunately, the 2.x version has much larger distribution package than v1. This is mainly because necessity of importing [NumPy](https://numpy.org/) and [SciPy](https://scipy.org/) packages for image hashing and clustering. I apologize for the inconvenience.
85
87
86
88
## Technical information
@@ -123,4 +125,4 @@ python ./src/dude.py
123
125
## Licensing
124
126
-**dude** is licensed under **[MIT license](./LICENSE)**
125
127
126
-
### Check out my [homepage](https://github.com/PJDude) for other projects.
128
+
### Check out my [homepage](https://github.com/PJDude) for other projects.
0 commit comments