A small program to help pick meals from a database of recipes.
Go to file
Nicolás Ortega Froysa cf1a40c2fe Move print helper functions to arg_parse.h
These functions have more to do with commands, and it will be more
helpful to have the print_help function especially in the same file as
the actual commands structure.
2024-09-19 18:36:43 +02:00
src Move print helper functions to arg_parse.h 2024-09-19 18:36:43 +02:00
.gitignore Ignore files related to NeoVim CoC plugin usage. 2024-09-17 17:49:56 +02:00
LICENSE Initial commit. 2024-09-05 21:01:24 +02:00
Makefile Add code to create database. 2024-09-19 18:23:31 +02:00
README.md Initial commit. 2024-09-05 21:01:24 +02:00

Menu Helper

Usage

Building

License