Skip to content

Commit 62b15f1

Browse files
committed
scan dialog screenshot
1 parent 64cc24b commit 62b15f1

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ A cross-platform GUI utility for finding duplicated files, delete or link them t
1414
- Support for **regular expressions** or **glob** expressions syntax
1515
- Searching for duplicates based on the **hash** of the file content. Different filenames or extensions do not affect the search results
1616
- Works on **Linux** and **Windows**
17-
17+
1818

1919
### 💥 Major news in 2.x version:
2020
- **Images similarity mode**, with caching, sensitivity parameters and rotated images detection
2121
- **preview window** for images and text files
2222
- **"Same directory"** display mode
23-
23+
2424
## Why another anti-duplicate application ?
2525
- Because you need to see the context of removed files, and use such application clearly,safely and easily.
2626

@@ -30,6 +30,8 @@ A cross-platform GUI utility for finding duplicated files, delete or link them t
3030
![image info](./info/dude.gif)
3131
#### immediate scanning start with CLI parameters example:
3232
![image info](./info/cmd.gif)
33+
#### scan dialog:
34+
![image info](./info/scan.png)
3335
#### settings dialog:
3436
![image info](./info/settings.png)
3537

@@ -80,7 +82,7 @@ dude --help
8082
## Portability
8183
**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.
8284

83-
## Dude is BIG 💥
85+
## Dude is BIG 💥
8486
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.
8587

8688
## Technical information
@@ -123,4 +125,4 @@ python ./src/dude.py
123125
## Licensing
124126
- **dude** is licensed under **[MIT license](./LICENSE)**
125127

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

Comments
 (0)