custom

parse text for a recipe

$ pierogis custom ./input.jpg "sort -u 100; quantize"
$ # or
$ pierogis custom ./input.jpg recipe.txt

recipe.txt

sort -u 100; quantize
sorted and quantized gnome

very chill.

.txt files and quoted strings can describe a series of fillings, piped from one to the next.

arg

description

default

valid

recipe

path to json or txt file to use as a recipe

recipe.txt

str

See: CustomFilling