Crates.io | dstats |
lib.rs | dstats |
version | 0.1.4 |
source | src |
created_at | 2024-09-01 16:46:40.136584 |
updated_at | 2024-09-02 07:45:05.64114 |
description | A simple utility for finding large files on your system. |
homepage | https://github.com/aleury/dstats |
repository | https://github.com/aleury/dstats |
max_upload_size | |
id | 1359763 |
size | 50,422 |
$ cargo install dstats
$ git clone git@github.com:aleury/dstats.git
$ cd dstats
$ cargo install --path .
A simple utility for finding large files on your system.
Usage: dstats [OPTIONS] [PATH]
Arguments:
[PATH] [default: .]
Options:
-n <NUMBER> [default: 5]
-h, --help Print help
-V, --version Print version
# View the top 5 largest files under the current directory
$ dstats
# View the top 10 largest files under the current directory
$ dstats -n 10
# View the top 10 largest files under the given path
$ dstats ./stuff -n 10