Organize is a simple GUI application, made using Vue JS and Electron JS, that organizes your files into pre-set folders.
- Create settings to organize your files under a folder name
- Choose a directory
- Hit "Organize" button
Install the dependencies and devDependencies and start the server.
npm i
npm run electron:serve
For building the application...
npm run electron:build