1
0
Fork 0
mirror of synced 2024-05-02 19:44:09 +12:00
Commit graph

97 commits

Author SHA1 Message Date
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
Rafał Mikrut 8161a1c59b Big code refactoring 2020-09-26 16:52:13 +02:00
Rafał Mikrut 3cff32c031 Bump to 0.1.3 dev version 2020-09-26 14:13:06 +02:00
Rafał Mikrut 5f643d4356 Add big files finding to CLI 2020-09-26 13:48:53 +02:00
Rafał Mikrut 468c2d7a67 Unified look of enum elements 2020-09-24 22:25:24 +02:00
Rafał Mikrut 85b4190e8f Add support for version argument e.g.
`czkawka_cli --version`
2020-09-23 12:17:19 +02:00
Rafał Mikrut 85de5b412d Delete unused Cargo Lock files 2020-09-22 10:00:45 +02:00
Rafał Mikrut 063b5e0918 Bump version to 0.1.2 dev 2020-09-20 18:00:09 +02:00
Rafał Mikrut 481b899b21 Add support for checking how much data was read by tool 2020-09-19 08:20:49 +02:00
Rafał Mikrut 3d297b3657 Format better file save message 2020-09-18 11:11:08 +02:00
Rafał Mikrut 2b9c0d61df Add saving to empty folders finder, remove exclude directories from it and put warnings to another function 2020-09-18 10:23:49 +02:00
Rafał Mikrut cf127d5c36 Add errors and warnings class 2020-09-18 07:32:37 +02:00
Rafał Mikrut 5caff93a51 Show how much files are in groups 2020-09-17 13:35:11 +02:00
Rafał Mikrut 4757b28486 Simplify code with duplication and checking 2020-09-17 12:07:58 +02:00
Rafał Mikrut 0f06ed636a Improved searching and printing duplicated entries,
Saving to file
2020-09-15 19:17:13 +02:00
Rafał Mikrut cff5ac93c4 Added support for non recursive search 2020-09-12 13:25:23 +02:00
Rafał Mikrut 4b68330393 Added support for excluded items with wildcard * 2020-09-11 22:32:17 +02:00
Rafał Mikrut a08b4549ba Removed almost all occurrences of println from core 2020-09-11 15:52:06 +02:00
Rafał Mikrut 843ce17107 Update version to 0.1.1 2020-09-07 17:49:39 +02:00
Rafał Mikrut 1ccaa91129 Better explanation, starting working with GUI 2020-09-03 17:33:43 +02:00
Rafał Mikrut 9d4de08ece Use different modules for library and GUI and CLI apps 2020-09-01 19:34:39 +02:00