# `>_` clitools
A collection of simple CLI tools which I use ocasionally.
They're really simple, mostly single-file, and should theoretically "just work" across platforms.
- [`(imageconvert)` Mass Image Converter using ImageMagick](#imageconvert-mass-image-converter-using-imagemagick)
- [`(mediaconvert)` Mass Media Converter using FFMPEG](#mediaconvert-mass-media-converter-using-ffmpeg)
- [`(crunchy)` Turn Image into a Crunchy JPEG](#crunchy-turn-image-into-a-crunchy-jpeg)
- [`(mangapub)` Converts CBZs into EPUBs](#mangapub-converts-cbzs-into-epubs)
Another satisfied customer!
## `(imageconvert)` Mass Image Converter using ImageMagick
Ever have a directory full of images in different formats? Use this tool to
quickly convert them to a normal extension. Outputs to a `convert` folder
in the current working directory.
> **Requires:** ImageMagick
```
imageconvert
--skip-errors - Skip on conversion error
--skip-resume - Skip Resume Checking
--multithread - Use Multiple Threads
--recursive - Scan Directories Recursively
## `(mediaconvert)` Mass Media Converter using FFMPEG
Ever have a directory full of videos in different formats? Use this tool to
quickly convert them to a normal extension. Outputs to a `convert` folder
in the current working directory.
> **Requires:** FFMPEG
```
mediaconvert
--skip-resume - Skip Resume Checking
--multithread - Use Multiple Threads
--recursive - Scan Directories Recursively
## `(crunchy)` Turn Image into a Crunchy JPEG
Applies random noise and rounding errors to the colorspace to make an image look **"crunchy"**
```
crunchy
--noise=