| Crates.io | sizr |
| lib.rs | sizr |
| version | 0.1.5 |
| created_at | 2024-10-26 17:31:41.631352+00 |
| updated_at | 2025-01-09 06:39:02.889024+00 |
| description | A fast, Rust-based tool to analyze file system usage with colorful output, file aggregation, exclusions, and directory comparisons. |
| homepage | https://trinhminhtriet.com |
| repository | https://github.com/trinhminhtriet/sizr |
| max_upload_size | |
| id | 1424009 |
| size | 344,339 |
_
___ (_) ____ _ __
/ __|| ||_ /| '__|
\__ \| | / / | |
|___/|_|/___||_|
📈 Sizr: A fast, Rust-based tool to analyze file system usage with colorful output, file aggregation, exclusions, and directory comparisons.

LS_COLORS environment variable for clear and organized visuals.To install sizr, simply clone the repository and follow the instructions below:
git clone git@github.com:trinhminhtriet/durs.git
cd sizr
cargo build --release
cp ./target/release/sizr /usr/local/bin/
sizr -d 2
Running the below command will globally install the sizr binary.
cargo install sizr
$ sizr --help
Usage: sizr [options] <path> [<path>..]
Options:
-d, --depth [DEPTH] show directories up to depth N (def 1)
-a, --aggr [N[KMG]] aggregate smaller than N B/KiB/MiB/GiB (def 1M)
-s, --summary equivalent to -da, or -d1 -a1M
-u, --usage report real disk usage instead of file size
-b, --bytes print sizes in bytes
-f, --files-only skip directories for a fast local overview
-x, --exclude NAME exclude matching files or directories
-H, --no-hidden exclude hidden files
-A, --ascii ASCII characters only, no colors
-h, --help show help
-v, --version print version number
Running the below command will globally uninstall the sizr binary.
cargo uninstall sizr
Remove the project repo
rm -rf /path/to/git/clone/sizr
We welcome contributions!
git checkout -b my-feature;git commit -m "feat: my new feature";git push origin my-feature.Once your pull request has been merged, you can delete your branch.
This project is licensed under the MIT License - see the LICENSE file for details.