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
- Host: GitHub
- URL: https://github.com/saann3/folderscan
- Owner: SAANN3
- Created: 2024-02-24T02:55:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-24T11:21:17.000Z (over 2 years ago)
- Last Synced: 2025-02-01T00:34:05.710Z (over 1 year ago)
- Topics: folder-scan, folder-scanner, folder-size
- Language: JavaScript
- Homepage:
- Size: 208 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
:-------------------------:|:-------------------------:
| 
## 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