Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/justinrubek/annapurna

Recipe, cooking, and shopping helper featuring logical programming
https://github.com/justinrubek/annapurna

ascent flake nix nix-flake rust

Last synced: about 10 hours ago
JSON representation

Recipe, cooking, and shopping helper featuring logical programming

Awesome Lists containing this project

README

        

# annapurna

This is currently very experimental but I will expand it over time.

## cli

Running the application will read recipes and current inventory from the `facts` directory and print out what can be created, and what ingredients are missing.
The file format is subject to immediate change and is not documented, but it is currently simple enough that it can easily be changed.

### output

```
Recipes:
Can make: ["avocado-toast", "egg/white", "lean-bread", "simple-curry", "egg/yolk", "egg-burrito"]
Missing: {"mayo": ["egg/yolk"], "fried-rice": ["onion/green"]}
```