1 unstable release
0.1.0 | Feb 3, 2024 |
---|
#1751 in Development tools
4KB
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