Crates.io | szr |
lib.rs | szr |
version | 0.1.0 |
source | src |
created_at | 2024-02-03 13:34:38.532107 |
updated_at | 2024-02-03 13:34:38.532107 |
description | A simple command line utility check file sizes blazingly fast |
homepage | https://github.com/elliot40404/szr |
repository | https://github.com/elliot40404/szr |
max_upload_size | |
id | 1125401 |
size | 5,468 |
Prints the size of a file in human readable format blazingly fast
Go version -> https://github.com/elliot40404/sz
Because I am on windows and it is stupid
$ cargo install sz
$ git clone
$ cd szr
$ cargo build --release
$ cargo install --path .
$ 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"
MIT