From b3e51c5322c2480ffd004c82c6401798c735595c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mikrut?= Date: Sat, 19 Sep 2020 11:25:58 +0200 Subject: [PATCH] README update --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4d98b0e..97eb231 100644 --- a/README.md +++ b/README.md @@ -7,28 +7,25 @@ This is my first ever project in Rust so probably a lot of things are written in - Rich instruction with examples - CLI(`cargo run --bin czkawka_cli`) - GTK Frontend(Still WIP) - (`cargo run --bin czkawka_gui`) - Orbtk Frontend(Still very early WIP) - (`cargo run --bin czkawka_gui_orbtk`) +- Saving results to file - Duplicated file finding - Including and excluding directories(absolute paths) - Option to remove all except newest, oldest and one oldest or newest - Fast(by size) or accurate(by hash) file checking + - Support for * wildcard when excluding files and folders + - Checking only selected extensions(default macros like IMAGE, VIDEO, TEXT are available) - Empty folders finding - Advanced empty files finding(finds and remove folders which contains only empty folders) - Option to remove all files ## TODO - Comments - a lot of things should be described -- Tests - - Github CI - - Unit tests(if available) -- Duplicated file finding - CLI - - saving results to file - - support for * when excluding files and folders +- Github CI +- More unit tests - Finding files with debug symbols -- Support for showing only duplicates with specific extension, name(Regex support needed) - Maybe windows support, but this will need some refactoring in code - Translation support - Add support for fast searching based on checking only first ~1MB of file. -- Selecting different objects in ## Usage and requirements Rustc 1.46 works fine(not sure about a minimal version)