szr

Crates.ioszr
lib.rsszr
version0.1.0
sourcesrc
created_at2024-02-03 13:34:38.532107
updated_at2024-02-03 13:34:38.532107
descriptionA simple command line utility check file sizes blazingly fast
homepagehttps://github.com/elliot40404/szr
repositoryhttps://github.com/elliot40404/szr
max_upload_size
id1125401
size5,468
Elliot (elliot40404)

documentation

README

SZ

Prints the size of a file in human readable format blazingly fast

Go version -> https://github.com/elliot40404/sz

Why?

Because I am on windows and it is stupid

Installation

$ cargo install sz
$ git clone
$ cd szr
$ cargo build --release
$ cargo install --path .

Usage

$ szr
szr v0.1.0 by Elliot40404
Prints file sizes in bytes, kilobytes, megabytes, and gigabytes
Usage: sz <file> <file> <file> ...
$ szr .\README.md
677 B  0.66 KB  0.00 MB  0.00 GB  ".\\README.md"
$ szr README.md sz.jsonl
677 B  0.66 KB  0.00 MB  0.00 GB  ".\\README.md"
159 B  0.16 KB  0.00 MB  0.00 GB  ".\\Cargo.toml"

License

MIT

Commit count: 0

cargo fmt