💡 Feature Request
It would be helpful to add a --dry-run flag to the PySorta script that simulates the organization process without actually moving files.
✅ Why this is useful
- Users could preview how files would be sorted
- Reduces fear of messing up important folders
- Useful for debugging and transparency
🛠 Suggested Implementation
When --dry-run is passed via CLI:
- Print the source and intended destination for each file
- Don’t call
shutil.move() — just log the plan
- Example output: