Watch a Folder
Watch mode automatically organizes files as they arrive.
Start Watching
foldr watch ~/Downloads
When watch mode starts:
- Existing files are organized.
- The folder is monitored.
- New files are organized automatically.
View Active Watchers
foldr watches
Stop Watching
foldr unwatch ~/Downloads
Preview Mode
Observe behavior without moving files.
foldr watch ~/Downloads --preview
info
If a file is moved back into the root directory, Foldr will organize it again.