Nicolás Ortega Froysa c0c6959774 Regularize token use.
Mainly using the 'not' and 'not_eq' tokens.
2024-10-11 10:54:14 +02:00
2024-10-11 10:54:14 +02:00
2024-09-05 21:01:24 +02:00
2024-10-10 07:27:22 +02:00

Menu Helper

A program to manage a database of recipes and help you to pick out meals based on filters of ingredients and tags.

Usage

Ensure the XDG_DATA_HOME variable is set (e.g. to $HOME/.local/share).

Building

To build the program you will require the following dependencies:

  • A C++ compiler compatible with C++20 (preferably GCC).
  • SQLite3 C/C++ library
  • Make

Once installed, compile the project with the make command.

License

This program is licensed under the terms & conditions of the GNU General Public License version 3 or greater. See the LICENSE file for more information.

Description
A small program to help pick meals from a database of recipes.
Readme GPL-3.0 105 KiB
Languages
C++ 90%
Roff 5.9%
Makefile 4.1%