17 releases
Uses new Rust 2024
0.2.5 | Mar 29, 2025 |
---|---|
0.2.4 | Mar 29, 2025 |
0.1.0 | Jan 13, 2025 |
0.0.11 | Dec 26, 2023 |
0.0.8 | Nov 21, 2023 |
#2585 in Command line utilities
786 downloads per month
110KB
228 lines
FS
Get a quick rundown of your storage usage using fs_rs
CLI
Install
cargo install fs_rs
Usage
# For current folder
fs_rs
# For a specific folder
fs_rs /path/to/folder
# For multiple folders
fs_rs /path/to/folder1 /path/to/folder2
Options
-h
or--help
: Get help-s
or--sort-by-size
: Sort by size--disk-usage
: Get disk usages--json
: Get output in JSON format, prints to stdout--version
: Get version
Dependencies
~8–18MB
~260K SLoC