filessize

Crates.iofilessize
lib.rsfilessize
version0.1.0
sourcesrc
created_at2022-04-18 13:59:46.786849
updated_at2022-04-18 13:59:46.786849
descriptionCli util for retriving size of files
homepage
repositoryhttps://github.com/clowzed/filessize.git
max_upload_size
id569875
size45,359
Dmitry Miasnenko (clowzed)

documentation

README

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

cargo fmt