TomBursch / kitchenowl

KitchenOwl is a self-hosted grocery list and recipe manager. The backend is made with Flask and the frontend with Flutter. Easily add items to your shopping list before you go shopping. You can also create recipes and add items based on what you want to cook.
https://kitchenowl.org/
GNU Affero General Public License v3.0
1.12k stars 62 forks source link

Feature request: Quick import a lot of groceries at once #448

Open markoott opened 1 month ago

markoott commented 1 month ago

What's the feature 🧐

I create my weekly nutrition plan via ChatGPT. I get a list of all the necessary ingredients (including quantities), which I would like to import directly into Kitchenowl as a list instead of making each entry individually.

The list could look like this: Banana | 2 pieces Apple | 6 pieces Chicken breast | 500g

In my idea, the three entries would be created automatically and the quantities after the pipe would be added as a description.

Extra information and references

No response