python file_sort_executor.py plan.json # dry-run (default) python file_sort_executor.py plan.json --execute # actually move files python file_sort_executor.py plan.json --execute --delete # also ...
Sorts files on a Windows system from one directory to many directories based on filenames. Will also delete any duplicates found. It is a good idea to first create a copy of the folder you are going ...