1 unstable release
0.1.0 | Apr 18, 2022 |
---|
#78 in #checking
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
~3MB
~57K SLoC