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