A lightweight, interactive disk space analyzer for Windows. Navigate through your drives and folders to find what's taking up space.
- 🖥️ Interactive navigation — Browse folders like a file explorer
- 📊 Size calculation — See total size of each folder
- 🚀 Multi-threaded High Performance Scanning — Scans multiple folders in parallel for maximum speed.
- 💾 Drive detection — Automatically finds your drives (C:, D:, etc.)
- ⚡ Smart caching — Going back is instant
- 🔄 Refresh — Press 'r' to rescan
Current: C:\Users\John
------------------------------------------------------------
[ 0] AppData 76.87 GB
[ 1] Desktop 29.49 GB
[ 2] Documents 1.67 GB
[ 3] Downloads 512.30 MB
------------------------------------------------------------
[num] = enter | 'b' = back | 'r' = refresh
------------------------------------------------------------
>
- Go to Releases
- Download
diskscope.exe - Run it!
- Clone the repo:
git clone https://github.com/R3misTry/DiskScope.git cd DiskScope - Compile:
g++ -std=c++17 -O2 -static diskscope.cpp -o diskscope.exe
- Run:
./diskscope.exe
Run the program and select a drive:
diskscope.exe # Shows drive selection menu
diskscope.exe C:\Users # Scan a specific folder| Key | Action |
|---|---|
0-99 |
Enter folder |
b |
Go back |
r |
Refresh |
MIT