SAANN3 / FolderScan

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 78.3%Language:CSS 15.7%Language:HTML 6.0%