1
0
Fork 0
mirror of synced 2024-04-27 17:22:13 +12:00
Commit graph

88 commits

Author SHA1 Message Date
Rafał Mikrut 1a87a69116 Fixes some typos 2020-10-07 10:34:15 +02:00
Rafał Mikrut 3b63798751 Don't crash when found file name which is not valid Unicode 2020-10-06 17:10:34 +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 a0c99ab14b Don't crash when modified time of file is before unix epoch 2020-10-02 17:59:46 +02:00
Rafał Mikrut 7a1a9ea9f6 Change SystemTime to u64 2020-10-01 06:53:10 +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 4fb2a0cc92 Smaller code refactoring 2020-09-26 19:51:28 +02:00
Rafał Mikrut 8161a1c59b Big code refactoring 2020-09-26 16:52:13 +02:00
Rafał Mikrut 5f643d4356 Add big files finding to CLI 2020-09-26 13:48:53 +02:00
Rafał Mikrut d17f2d3ef1 Begin of working with finding biggest files 2020-09-25 21:05:47 +02:00
Rafał Mikrut 468c2d7a67 Unified look of enum elements 2020-09-24 22:25:24 +02:00
Rafał Mikrut 343c57f098 Clear a little remove code 2020-09-24 21:00:52 +02:00
Rafał Mikrut 05684a9051 Read more info from GUI fields 2020-09-24 16:11:59 +02:00
Rafał Mikrut 2804af92e5 Remove unused code 2020-09-20 11:33:55 +02:00
Rafał Mikrut b1426d7f95 Added basic printing results in tree_view 2020-09-20 11:32:55 +02:00
Rafał Mikrut 5326024a9b Add support for checking how much data was read by tool[REAL FIX] 2020-09-19 08:31:32 +02:00
Rafał Mikrut 5d10e273a2 Fixed release build printing debug prints 2020-09-18 11:31:44 +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 6b26d4b6fe Use as_str() where possible 2020-09-17 14:14:17 +02:00
Rafał Mikrut 249adfc821 Merge function which finds duplication by size with removing entries which contains only 1 entry 2020-09-17 14:01:14 +02:00
Rafał Mikrut 5caff93a51 Show how much files are in groups 2020-09-17 13:35:11 +02:00
Rafał Mikrut 99b85c73c2 Fixed invalid groups number when saving to file 2020-09-17 12:18:01 +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 bccc69bd99 Beginning of removing printing text from core. 2020-09-11 13:50:54 +02:00
Rafał Mikrut b19612cfdf Added support for different buttons events for different notebook tabs 2020-09-09 21:32:23 +02:00
Rafał Mikrut feee8c6a83 Add basic search 2020-09-08 09:41:22 +02:00
Rafał Mikrut b71051cda6 Added changelog
Fixed some crashes
2020-09-07 17:39:16 +02:00
Rafał Mikrut bbb13d79ce Fixes some crashes when permissions are denied 2020-09-07 09:06:12 +02:00
Rafał Mikrut 1ccaa91129 Better explanation, starting working with GUI 2020-09-03 17:33:43 +02:00
Rafał Mikrut 7eeff49426 Add some comments 2020-09-01 22:48:20 +02:00
Rafał Mikrut 9d4de08ece Use different modules for library and GUI and CLI apps 2020-09-01 19:34:39 +02:00
Renamed from src/duplicate.rs (Browse further)