Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antolius/sous-chef
Your trusted kitchen companion.
https://github.com/antolius/sous-chef
Last synced: 25 days ago
JSON representation
Your trusted kitchen companion.
- Host: GitHub
- URL: https://github.com/antolius/sous-chef
- Owner: Antolius
- License: gpl-3.0
- Created: 2022-09-30T20:56:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-09T18:58:30.000Z (over 1 year ago)
- Last Synced: 2024-10-25T09:16:38.866Z (2 months ago)
- Language: Vala
- Size: 241 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Sous-chef
Your trusted kitchen companion.
A recipes app based on [RecipeMD](https://github.com/tstehr/RecipeMD) specification made for [elementary OS](https://elementary.io/).
![Default style screenshot](data/screenshots/default_style.png)
## How to build from source
### Flatpak
You may need to install elementary flatpak runtime first. You can do that with:
```sh
flatpak install --user io.elementary.Sdk//7
```To install Sous-chef use `flatpak-builder`, from project root directory run:
```sh
flatpak-builder build hr.from.josipantolis.souschef.yml --user --install --force-clean
```then run the app with full logging enabled by executing:
```sh
flatpak --env=G_MESSAGES_DEBUG=all run hr.from.josipantolis.souschef
```You can uninstall the app and remove its associated data with:
```sh
flatpak uninstall hr.from.josipantolis.souschef --delete-data
```## License
[GNU GPLv3](COPYING)
Copyright © 2022 Josip Antoliš, [email protected].