Module sortery::tools[][src]

Expand description

All the sorting tools used by the command-line interface. Contains the main sorting algorithm.

Modules

The main sorting algorithm, and all the functions it needs to operate.

Functions

Move all the contents of SOURCE to TARGET, maintaining subdirectory structure. If dry_run is true, will print the intended sort without acutally sorting.