/recman

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Recman

This is a personal project and it's written badly so please be aware before using

Simple recipe manager that uses sqlite.

Usage:

-rec Path to file that contains recipe

-i Ingredient to output recipies that contains it

-rm Name of recipe to remove

-n Name of recipe to retrieve

Format of recipes:

name: <NAME>

Optional: time: <INTEGER>

ingredients:

<QUANTITY>; <NAME> or <NAME>

instructions:

<INSTRUCTIONS>