Skip to content

Electron app that shows how much your folders takes space on disk

Notifications You must be signed in to change notification settings

SAANN3/FolderScan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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