Thomas Andreas Jung
1d904a858e
Dryrun for duplicates ( #277 )
...
```
czkawka_cli dup --dryrun -d $(pwd)/folder -m1 -D aen
Found 2 duplicated files in 1 groups with same content which took 2 B:
Size - 2 B (2) - 2 files
/home/thomas/Development/czkawka/folder/a
/home/thomas/Development/czkawka/folder/b
----
-------------------------------MESSAGES--------------------------------
Delete /home/thomas/Development/czkawka/folder/a
Delete /home/thomas/Development/czkawka/folder/b
---------------------------END OF MESSAGES-----------------------------
```
2021-03-01 12:23:43 +01:00
Rafał Mikrut
4c770b582b
Add option to not ignore hard links ( #273 )
2021-02-22 20:14:33 +01:00
Rafał Mikrut
7ea0126525
Release 2.4.0
2021-02-22 12:24:05 +01:00
Thomas Andreas Jung
0f12897687
Support the hash type parameter in the CLI ( #267 )
...
https://github.com/qarmin/czkawka/issues/266
2021-02-21 05:59:07 +01:00
Thomas Andreas Jung
3ffa55b008
Add delete method to replace duplicate files with hard links ( #236 )
...
This results in the same space saving but keeps the "deleted" files around.
$ mkdir hardlink
$ cd hardlink
$ echo a > a
$ cp a b
$ ln a c
$ touch -t 01010000 a
$ ls -il --time-style=full-iso .
25169323 -rw-rw-r-- 2 thomas thomas 2 2021-01-01 00:00:00.000000000 +0100 a
25169558 -rw-rw-r-- 1 thomas thomas 2 2021-01-31 18:11:08.298161098 +0100 b
25169323 -rw-rw-r-- 2 thomas thomas 2 2021-01-01 00:00:00.000000000 +0100 c
$ czkawka_cli dup --directories $(pwd)/hardlink -m 1 -f hardlink.result --delete-method HARD
$ ls --time-style=full-iso -li hardlink
25169323 -rw-rw-r-- 3 thomas thomas 2 2021-01-01 00:00:00.000000000 +0100 a
25169323 -rw-rw-r-- 3 thomas thomas 2 2021-01-01 00:00:00.000000000 +0100 b
25169323 -rw-rw-r-- 3 thomas thomas 2 2021-01-01 00:00:00.000000000 +0100 c
2021-02-05 17:59:34 +01:00
Rafał Mikrut
bb7bf12354
Release 2.3.2
2021-01-21 20:52:43 +01:00
Rafał Mikrut
69090755df
Release 2.3.1
2021-01-20 15:41:44 +01:00
Rafał Mikrut
943f8f78f1
Release 2.3.0
2021-01-15 16:49:13 +01:00
Rafał Mikrut
6e89bcb507
Add cache for broken files ( #204 )
2021-01-13 16:03:05 +01:00
Rafał Mikrut
eeaaea20cc
Add broken files support ( #202 )
2021-01-12 20:06:12 +01:00
Rafał Mikrut
da4bdd19e2
Release 2.2.0
2021-01-11 12:26:03 +01:00
Rafał Mikrut
7992ba30de
Fix included/excluded files which contains commas ( #195 )
2021-01-10 20:44:10 +01:00
Rafał Mikrut
4eefe114dd
Release 2.1.0
2020-12-31 10:29:36 +01:00
Rafał Mikrut
123bba381f
Release 2.0.0
2020-12-23 23:12:50 +01:00
Rafał Mikrut
880787a67f
Show errors in image previewer when failed to generate it ( #130 )
2020-12-23 21:16:40 +01:00
Rafał Mikrut
1d59199bb2
Add support for checking for invalid symlinks ( #124 )
2020-12-21 16:09:39 +01:00
Rafał Mikrut
f0f3073f94
Release version 1.5.1
2020-12-08 17:51:18 +01:00
Rafał Mikrut
e6a6e5567b
Release 1.5.0
2020-12-02 12:01:30 +01:00
Rafał Mikrut
7ac4a26229
Add progress bar ( #106 )
2020-12-02 10:25:27 +01:00
Rafał Mikrut
c62617df30
Release 1.4.0
2020-11-09 15:50:28 +01:00
Rafał Mikrut
29a0716be5
Add very small similarity level to finding similar images, add option to choose level from CLI, fix bug with duplicated entries in similar pictures ( #104 )
2020-11-09 12:55:27 +01:00
Rafał Mikrut
110d6015bc
Similar images improvements: ( #97 )
...
Headers without data
By default only checking for High Similarity(faster search)
2020-11-07 16:26:40 +01:00
Rafał Mikrut
1fb66b32f0
Release version 1.3.0
2020-11-02 22:47:36 +01:00
Rafał Mikrut
ecebb3a1af
Implement finding duplicated music by tags/artist/year etc. ( #95 )
2020-11-02 21:56:07 +01:00
Rafał Mikrut
8ba780ded6
Add missing options in some modes ( #90 )
2020-10-31 19:19:33 +01:00
Rafał Mikrut
777ac50f07
Add support for checking for zeroed files ( #88 )
2020-10-31 10:29:11 +01:00
Rafał Mikrut
7112ff6b92
Add support for checking same file names ( #84 )
2020-10-24 20:44:21 +02:00
0xflotus
bbc1bc6c73
fixed small typo ( #78 )
2020-10-21 22:22:44 +02:00
Rafał Mikrut
2326072222
Release version 1.2.1
2020-10-17 12:56:05 +02:00
Rafał Mikrut
d2c7398bdd
Release version 1.2.0
2020-10-15 10:50:42 +02:00
Rafał Mikrut
3dd203f246
Add support for finding similar images to CLI ( #66 )
2020-10-14 21:10:27 +02:00
Rafał Mikrut
23f203a061
Duplicates files in CLI shouldn't delete files by default
2020-10-12 15:25:32 +02:00
Rafał Mikrut
67a775beff
Release version 1.1
2020-10-10 21:36:25 +02:00
Rafał Mikrut
8bbb12c7d4
Add ability to stop task from GUI ( #55 )
2020-10-10 11:15:20 +02:00
Rafał Mikrut
1a87a69116
Fixes some typos
2020-10-07 10:34:15 +02:00
Rafał Mikrut
71353823e7
Update version to 1.0.1
2020-10-06 21:28:04 +02:00
Meir Klemfner
e4af905078
Changed to StructOpt for CLI argument parser. ( #37 )
...
Changed to StructOpt for CLI argument parser.
2020-10-04 23:36:49 +02:00
Rafał Mikrut
8d263fdff2
Minimal file size in duplicate finder should be always greater than 0
2020-10-03 09:51:02 +02:00
Rafał Mikrut
8d824036b2
Release 1.0.0 version
2020-10-02 08:58:02 +02:00
Rafał Mikrut
d3bea0db85
Small general changes
2020-10-01 16:54:26 +02:00
Rafał Mikrut
889eeaa909
Updated help in CLI
2020-09-29 16:09:42 +02:00
Rafał Mikrut
bf05cd5372
Move arguments pair to different file
2020-09-29 14:37:50 +02:00
Rafał Mikrut
735ac49919
Change a little CLI
2020-09-29 13:59:23 +02:00
Rafał Mikrut
fe78ca4428
Add more info about packages
2020-09-29 09:27:45 +02:00
Rafał Mikrut
3599bd3e20
Fixes default argument in -f option
2020-09-29 09:27:31 +02:00
Rafał Mikrut
d34100461e
Bump version to 0.1.4 dev
2020-09-27 11:17:14 +02:00
Rafał Mikrut
18020cebde
Added temporary ffile finder and also printed improved help
2020-09-27 10:31:14 +02:00
Rafał Mikrut
465ee66fd3
Changed a little describtion
2020-09-27 08:32:44 +02:00
Rafał Mikrut
2cf5dcd513
Added support for empty file finder
2020-09-26 21:50:16 +02:00
Rafał Mikrut
338352f384
Added checking for duplicates by checking hash of first 1MB of file
2020-09-26 20:46:35 +02:00