blob: b72bb5033d2c97a188aea8214135cb918bfbd5a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
* Find a way to work with stdin so shell scripters can feed text to
dupekill and it can figure out what to do
* If given a list, let dupekill determine if it's a directory or a file.
If a directory, check every file in it. If a file, add it to the list of
files to be inspected. This will likely require a refactor
* An option to turn duped files into hardlinks
Refactored feature-set:
- Dry run / ask user
- ignore symlinks
- recursive
- interactive
- keep newer files
- keep older files
- verbose
|