Program written in electron , that shows size of your folders on drive.
Opened c:\Windows | Disk selector on linux |
---|---|
Download a linux binary or windows installer and for linux chmod before launch
chmod +x Folder.scanner-0.1.0.AppImage
Run,select disk and let it scan (3~10 minutes), then navigate using mouse and buttons
Also while scanning program will be showing itself as not responing, due to heavy task while ui is still going to update.
git clone https://github.com/SAANN3/FolderScan
cd FolderScan
npm install
npm run build
npm run build-linux
npm run electron-pack
Appimage will be placed in dist folder
git clone https://github.com/SAANN3/FolderScan
cd FolderScan
npm install
npm run build
npm run build-windows
npm run electron-pack
Installer will be placed in dist folder