#disk-space #file #disk #space #usage #large

bin+lib dstats

A simple utility for finding large files on your system

5 releases

0.1.4 Sep 2, 2024
0.1.3 Sep 2, 2024
0.1.2 Sep 1, 2024
0.1.1 Sep 1, 2024
0.1.0 Sep 1, 2024

#1881 in Command line utilities

33 downloads per month

MIT/Apache

17KB
216 lines

CI Nightly Audit

Install with Cargo

$ cargo install dstats

Build from source

$ git clone git@github.com:aleury/dstats.git

$ cd dstats

$ cargo install --path .

Usage

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

Examples

# 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

Dependencies

~1–12MB
~77K SLoC