From 7c5b10678464c33a22a83cfd25dc2ee19955ad15 Mon Sep 17 00:00:00 2001 From: sreedevk Date: Sun, 13 Jul 2025 21:42:22 +0000 Subject: [PATCH] add more goals on readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7585b58..89431c0 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,8 @@ Deduplicator uses size comparison and [GxHash](https://docs.rs/gxhash/latest/gxh - [ ] scanning + processing sw + processing hw + formatting + printing - [ ] max file path size should use the last set of duplicates - [ ] add more unit tests + - [ ] test against different filesystems + - [ ] test against different file name encodings - [ ] restore json output (was removed in 0.3) - [ ] fix memory leak on very large filesystems - [ ] maybe use a bloom filter @@ -91,3 +93,4 @@ Deduplicator uses size comparison and [GxHash](https://docs.rs/gxhash/latest/gxh - [x] remove color output - [x] progress bar improvements - [x] use progress bar groups +- [x] remove broken json rendering