Organize Downloads
Use Foldr to organize files in your Downloads folder.
tip
Always preview changes before organizing a directory for the first time.
foldr ~/Downloads --preview
Preview Changes
foldr ~/Downloads --preview
Foldr shows exactly what will happen without moving any files.
Organize Files
foldr ~/Downloads
Review the plan and confirm.
Result
Files are moved into category folders.
Downloads/
├── Documents/
├── Images/
├── Videos/
├── Archives/
└── Audio/
Keep Downloads Organized
Enable watch mode.
foldr watch ~/Downloads
New files are organized automatically.