TODO.md
author Mikael Berthe <mikael@lilotux.net>
Sun, 29 Jun 2014 15:14:16 +0200
changeset 12 15e3580cfb8d
parent 0 a5642cd03cef
child 20 f7ce9d750e83
permissions -rw-r--r--
Fix hard link detection The previous algorithm was assuming all files of a size group, or none of them, would be hard links. For size groups with both hard links and regular files, the detection could fail.

# TODO:

* Clean up, fix variable names
* Add version number
* Sort results?
* Possibility to accept file list from stdin
* Check Windows portability