If you want to know size of each directory/file quickly, to figure out why your disk is full, this tool can help you.
It can:
- List size/count of all files under specific directory
- Filter files with extensions
- JDK 8+
- Node 10+
Install necessary library:
npm install
Launch backend (requires port 8080)
npm run start:backend
Open another console, to launch frontend
npm run start:frontend
Build backend jar
mvn -Dmaven.test.skip=true clean package spring-boot:repackage
start:backend will launch backend from target/disk-scanner.jar. To launch from source code, please run
npm run start:backend-dev