Skip to content

Latest commit

 

History

History
41 lines (36 loc) · 1.25 KB

README.md

File metadata and controls

41 lines (36 loc) · 1.25 KB

Folder scanner

Program written in electron , that shows size of your folders on drive.

Screenshots

Opened c:\Windows Disk selector on linux
Untitled screenshot_2024-02-24-083836

Installation

Download a linux binary or windows installer and for linux chmod before launch

chmod +x Folder.scanner-0.1.0.AppImage 

Usage

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.

Or if you prefer to compile from source

For linux

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

For windows

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