1 unstable release

0.1.0 Apr 18, 2022

#79 in #checking

23 downloads per month

MIT and LGPL-3.0-or-later

34KB
60 lines

Filessize

Cli tool for checking size of files



Installation

  • From crates.io
cargo install filessize
  • Manually
cd /tmp
git clone https://github.com/clowzed/filessize.git
cd filessize
cargo build --release
mv ./target/release/filessize /your/bin/dir

Running

filessize <any-pattern> <another-pattern> <or-filename>

Dependencies

~1.5MB
~38K SLoC