https://github.com/decompil3d/chonk.rs
Rust port of chonk
https://github.com/decompil3d/chonk.rs
Last synced: over 1 year ago
JSON representation
Rust port of chonk
- Host: GitHub
- URL: https://github.com/decompil3d/chonk.rs
- Owner: decompil3d
- License: mit
- Created: 2022-04-21T21:03:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-22T03:04:00.000Z (about 4 years ago)
- Last Synced: 2025-03-01T23:57:04.669Z (over 1 year ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `chonk-cli`
Check the size of a file and determine its chonkiness
Inspired by
Ported from the Javascript
## Installation
```sh
# Local
cargo install chonk-cli
```
## Usage
```sh
chonk-cli [OPTIONS] [PATHS]...
```
### Options
```sh-session
Options:
-c, --chonk Minimum size in kilobytes for It chonk [default: 50]
-e, --heck Minimum size in kilobytes for A heckin' chonker [default: 500]
-h, --help Print help information
-H, --hefty Minimum size in kilobytes for HEFTYCHONK [default: 2000]
-L, --lawd Minimum size in kilobytes for OH LAWD, IT COMIN'! [default: 50000]
-M, --mega Minimum size in kilobytes for MEGACHONKER [default: 10000]
```
### Sample
```sh-session
$ chonk-cli lawd.dmg mega.zip hefty.tar.gz heckin.jpg chonk.pdf fine.txt
```
