dstats

Crates.iodstats
lib.rsdstats
version0.1.4
sourcesrc
created_at2024-09-01 16:46:40.136584
updated_at2024-09-02 07:45:05.64114
descriptionA simple utility for finding large files on your system.
homepagehttps://github.com/aleury/dstats
repositoryhttps://github.com/aleury/dstats
max_upload_size
id1359763
size50,422
Adam Eury (aleury)

documentation

https://docs.rs/dstats

README

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
Commit count: 0

cargo fmt