An open API service indexing awesome lists of open source software.

https://github.com/saann3/folderscan

Electron app that shows how much your folders takes space on disk
https://github.com/saann3/folderscan

folder-scan folder-scanner folder-size

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# Folder scanner
Program written in electron , that shows size of your folders on drive.
## Screenshots
Opened c:\Windows | Disk selector on linux
:-------------------------:|:-------------------------:
![Untitled](https://github.com/SAANN3/FolderScan/assets/95036865/122f3a21-96a1-4b29-b827-6a7c2da3c52f)| ![screenshot_2024-02-24-083836](https://github.com/SAANN3/FolderScan/assets/95036865/3b1433d7-dbf8-4d04-9722-6be5a4967844)

## Installation
[Download](https://github.com/SAANN3/FolderScan/releases) 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