2 releases
0.0.6 | Oct 17, 2024 |
---|---|
0.0.5 | Oct 11, 2024 |
0.0.4 |
|
#501 in Filesystem
539 downloads per month
21KB
491 lines
gpscan
Scan your Linux filesystem and get an XML file compatible with GrandPerspective on macOS to visualize disk usage.
- Recursively scans directories and files
- Generates XML output compatible with GrandPerspective
- Skips symbolic links to prevent infinite loops
- Handles file permissions and errors
Installation
Downloading
You can download prebuilt binaries in the GitHub Releases.
Building
cargo install gpscan
Usage
Basic usage
gpscan ./foo > result.gpscan
- Transfer the
result.gpscan
file to your Mac. - Open it in GrandPerspective.
Development
git clone https://github.com/kojix2/gpscan.git
cd gpscan
cargo build --release
License
This project was created using the full assistance of ChatGPT.
Dependencies
~5MB
~89K SLoC