Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/justinrubek/annapurna
- Owner: justinrubek
- Created: 2023-01-16T01:50:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-22T00:11:41.000Z (5 months ago)
- Last Synced: 2025-01-01T15:39:22.827Z (4 days ago)
- Topics: ascent, flake, nix, nix-flake, rust
- Language: Rust
- Homepage: https://annapurna.rubek.cloud
- Size: 774 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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"]}
```