Organize your shared drives
Sibilla is an app that helps you manage folders and shared drives organizing and categorizing files and folders. It is based on Electron and AngularJS.
Download the latest release from GitHub.
If you want to install it from sources, clone the repository and install it with NPM
# Install dependencies and build JS
npm install
# Run electron
npm start
App building is done with electron-packager, there is a grunt task for it
grunt pack
Tests are based on Mocha
npm test