A command-line tool for managing recipes and making shopping lists.
Clone this repository, set up a venv, and run
./install.shYou may need to give the file run permissions with
chmod +x install.shInitialise a new recipe library in the current folder:
chef init .Create a new plan (collection of recipes to turn into a shopping list):
chef new plan Add a recipe to the plan:
chef plan <search term> View the currently planned recipes:
chef view plan View the shopping list for the planned recipes:
chef view list