An open API service indexing awesome lists of open source software.

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

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
```

![sample output](chonk.png)