Hacker News new | ask | show | jobs
by gcanyon 1027 days ago
Not an automation, technically, but maybe it could be: I have an AppleScript that is set to run every hour that grabs any files on my desktop that have been there longer than a day, and puts them in a dated folder in an archive folder. Same for my downloads.
2 comments

I do this with my Downloads folder using Hazel[1]. I have an “Archive” folder split into subfolder of screenshots, pdfs, videos etc.. After a month in the downloads folder, Hazel moves everything into the Archive subfolder automatically, sorted by year and month.

[1]: https://www.noodlesoft.com/

Yep, I've been recommended Hazel before, but I like the control I get with the AppleScript. In particular I like the higher cadence of sweeps, mine does my desktop, downloads, and documents folders, and mine will ignore a file if it has a label, so I can easily keep things if I want.
Could you share this? I have something similar for my own workflow but it's manual and involves a folder called "Everything".
I wrote it up here a long time ago: https://gcanyon.wordpress.com/2013/05/12/keeping-a-clean-des...

I've made changes since then and I haven't documented them :-/ I'll try to find the time to write it up.

This reply seems very low effort and not helpful.
I'm also interested in this!
I wrote it up here a long time ago: https://gcanyon.wordpress.com/2013/05/12/keeping-a-clean-des...

I've made changes since then and I haven't documented them :-/ I'll try to find the time to write it up.