Giter Club home page Giter Club logo

diskusage's Introduction

DiskUsage

DiskUsage is a tool to show content of a folder structure in a more graphical manner.
It's inspired by a tool named SequoiaView. And it's also the reason for my experimentation with bumpmapping, which resulted in the implementations included in JavaLib_Common_Imaging.
The tool can read the output of shell command du -a {path} > {file} and uses this format to store tree data in text files (-> "Stored Tree").

DiskUsage includes a subtool named DiskUsageCompare, which is used to compare 2 folders or more precisely to compare 2 states of the same folder. These states can be read from stored folder tree data or can be scanned from HDD.

Usage

You can download a release here.
You will need a JAVA 17 VM.

Development

DiskUsage is configured as a Eclipse project.
It depends on following libraries:

These libraries are imported as "project imports" in Eclipse. If you want to develop for your own and

  • you use Eclipse as IDE,
    • then you should clone the projects above too and add them to the same workspace as the DiskUsage project.
  • you use another IDE (e.q. VS Code)
    • then you should clone the said projects, build JAR files of them and add the JAR files as libraries.

Screenshots

DiskUsage Screenshot 1 : DiskUsage

DiskUsageCompare Screenshot 2 : DiskUsageCompare

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.