Generate a combined shopping list from one or more recipes.
Usage
Arguments
| Argument | Description |
|---|
[RECIPES]... | Recipe files to include. Each can have a scaling factor using :N syntax (e.g., "Pasta.cook:3"). Glob patterns supported (e.g., *.cook). |
Options
| Option | Description |
|---|
-b, --base-path <PATH> | Base directory to search for recipe files (default: current directory) |
-o, --output <FILE> | Output file (format inferred from extension) |
-p, --plain | Display ingredients without aisle categories |
-f, --format <FORMAT> | Output format: human (default), json, yaml, markdown |
--pretty | Pretty-print structured output |
-a, --aisle <FILE> | Path to aisle configuration file |
-i, --ignore-references | Don't expand referenced recipes |
--ingredients-only | Display only ingredient names without quantities |
Examples
Notes
- Ingredients with the same name are automatically combined
- Items are grouped by aisle category from
aisle.conf (use --plain to disable) - Uncategorized items appear in an "other" category; run
cook doctor aisle to find them - Menu files (
.menu) are supported with their own scaling