https://github.com/peter-gergely-horvath/disk-space-piechart
https://github.com/peter-gergely-horvath/disk-space-piechart
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/peter-gergely-horvath/disk-space-piechart
- Owner: peter-gergely-horvath
- Created: 2021-10-10T09:56:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-18T16:20:09.000Z (over 2 years ago)
- Last Synced: 2025-01-08T21:16:39.729Z (5 months ago)
- Language: Java
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Disk Space Pie chart
This is a graphical Java Swing application that allows you to
quickly review disk usage per directory and locate the biggest
disk space hogs.Useful if you have large disks installed to your laptop/desktop but
still see free disk space slowly disappearing. Sometimes you find
something unexpected and unnecessary sitting there and taking large
amounts of storage.Simply clone the repository and start it with Maven
like this:mvn compile exec:java
It should be relatively intuitive to use: the start screen allows
you to select the root directory to inspect. You can drill down to
a specific directory by clicking on it in the pie chart.NOTE: This is just a quick hack I put together after getting fed up
with low level OS utilities: while user experience and code might not
be the best, I thought it is worth sharing as being able to see a
visual representation of disk usage as a pie chart makes a huge
difference.