Am looking for a script/application to organize my Downloads folder into different directories depending on say type of file and the day when it's downloaded. The folder grows huge after a week or so and I have to move the files myself. Will be great if I can just run a script and it does this for me.
|
Write it yourself (you can execute scripts whenever a folder's contents change, it's called Folder Actions). You can execute arbitrary (shell/Python/Perl/...) scripts using a simple AppleScript wrapper. You can even use Automator to write simple scripts. Here are some additional Automator extensions. Alternatively, try Hazel. | |||||||
feedback
|
|
I wrote mine eventually. https://github.com/a85/File-Sorter/blob/master/sort.py | |||||
feedback
|