TODO.md
author Mikael Berthe <mikael@lilotux.net>
Sat, 28 Jun 2014 20:40:00 +0200
changeset 5 887c21c26cc8
parent 0 a5642cd03cef
child 20 f7ce9d750e83
permissions -rw-r--r--
Refactor the checksum part Instead of doing #1 partial checksums #2 full checksums when needed we do the full checksums as soon as partial checksums match. This should reduce disk seeks.

# TODO:

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