https://github.com/f0903/folder-weight-rank
https://github.com/f0903/folder-weight-rank
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/f0903/folder-weight-rank
- Owner: F0903
- Created: 2022-09-18T23:08:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-30T21:15:51.000Z (over 3 years ago)
- Last Synced: 2025-01-18T02:27:49.097Z (over 1 year ago)
- Language: Rust
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Folder Weight Rank
A tiny CLI tool for ranking folders and files in a directory by decending size.
Simply run the tool to rank its current directory, or pass it a directory through the command line.
Options:
*-t* Print the time it took to measure at the end.
*-tc* Set number of max threads to use.
*-b* Print the entry sizes in bytes.
*-kb* Print the entry sizes in kilobytes.
*-mb* Print the entry sizes in megabytes.
*-gb* Print the entry sizes in gigabytes.