Crates.io | gpscan |
lib.rs | gpscan |
version | 0.0.6 |
source | src |
created_at | 2024-10-10 04:07:58.319394 |
updated_at | 2024-10-17 10:55:12.50449 |
description | A tool to generate XML files compatible with GrandPerspective |
homepage | |
repository | https://github.com/kojix2/gpscan |
max_upload_size | |
id | 1403430 |
size | 50,619 |
Scan your Linux filesystem and get an XML file compatible with GrandPerspective on macOS to visualize disk usage.
You can download prebuilt binaries in the GitHub Releases.
cargo install gpscan
gpscan ./foo > result.gpscan
result.gpscan
file to your Mac.git clone https://github.com/kojix2/gpscan.git
cd gpscan
cargo build --release
This project was created using the full assistance of ChatGPT.