Sweep
- 1 Devlogs
- 2 Total hours
I'm trying to build a macbook cleanup tool for myself and my friends thats easy to use and free.
I'm trying to build a macbook cleanup tool for myself and my friends thats easy to use and free.
40 dollars just a clean up app seemed too much for me so I decided to make my own.
Today was just scaffolding. Electron app, main.js for the app lifecycle, a renderer.js for the UI side, and a scanners/folder where each feature gets its own file systemJunk.js, largeFiles.js, memory.js, that kind of thing. I’m also splitting out a lib/ folder for pure logic with zero Electron/fs dependencies, specifically so I can unit test it without spinning up a whole Electron window every time. Future me will thank present me for this. Probably.
No actual scanning yet. Just an app that opens a window and doesn’t crash. Big win in my eyes.