Welcome to Recipe.io, a command-line application designed for cooking enthusiasts ranging from professional culinary practitioners to students. This application allows users to manage their recipes efficiently, track where they found or noted them, and much more.
Recipe.io helps users manage their recipes through a command-line interface, making it easy to add, delete, and search recipes. Particularly useful is the ability to keep track of the URL where the recipe was found or noted, aiding in organization and access.
Here are the steps to get started with Recipe.io:
java -version
in your command prompt or terminal.java -jar tp.jar
in your command line to start the application.help
: Display help instructions.exit
: Exit the program. This command saves your current recipes to recipe.txt
.add NAME,MINUTES,KCALS,ALLERGIES,CATEGORY,URL
: Add a new recipe.
add pizza, 30, 270, nuts/seafood, dinner, www.examplefood.com
delete RECIPE_NUMBER
: Remove a recipe by its number in the list.list {SORT_TYPE}
: List recipes, optionally sorting them.detail RECIPE_NUMBER
: Show detailed information about a recipe.find kw KEYWORD
: Find recipes by keywords.
find kw pizza
find date YYYY-MM-DD
: Find recipes by the date added.find meal MEAL_CATEGORY
: Find recipes by meal category (breakfast, lunch, etc.).find url URL
: Find recipes by their noted URL.filter ALLERGY
: Filter recipes by allergies.
filter nuts
If you encounter issues, ensure you have the correct Java version and the syntax of your commands is correct. For more complex issues, refer to our detailed FAQ section.
Learn more about the team behind Recipe.io in our About Us section.
Thank you for using Recipe.io, and happy cooking!