Skip to content

shawncx/disk-scanner

Repository files navigation

About The Project

Disk Scanner summary Disk Scanner detail

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

Built With

Getting Started

Prerequisites

  1. JDK 8+
  2. Node 10+

Quick start

Install necessary library:

npm install

Launch backend (requires port 8080)

npm run start:backend

Open another console, to launch frontend

npm run start:frontend

Develop

Build

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published