forked from simonsj/fdupes-jody
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
19 lines (15 loc) · 874 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
- Option -R should not have to be separated from the rest,
such that "jdupes -dR testdir", "jdupes -d -R testdir",
"jdupes -Rd testdir", etc., all yield the same results.
- Add option to highlight or identify symlinked files (suggest
using --classify to identify symlinks with @ suffix... when
specified, files containing @ are listed using \@).
- Consider option to match only to files in specific directory.
- Add a way to store stat() info + inital and full hashes for
explicit loading in future runs to speed up repeated calls to
the program.
- The --xsize option can be improved. Instead of simply specifying an
exclusion size min/max, the option should offer multiple ways to
specify allowed file sizes. Examples:
- '--xsize=512-1024' only examine files between 512 and 1024 bytes
- '--xsize=1M-3M,+20M' examine files 1-3 MB and >20 MB in size