https://github.com/flareflo/menser
https://github.com/flareflo/menser
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flareflo/menser
- Owner: FlareFlo
- License: mit
- Created: 2023-06-30T15:06:05.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-18T12:51:52.000Z (over 1 year ago)
- Last Synced: 2025-05-26T01:53:49.736Z (about 1 year ago)
- Language: Rust
- Size: 212 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Menser 😋
> Fetches and displays meals from the stw-on API for the CLI
[](https://asciinema.org/a/da1Hxj1je2jgkyThf42HSFdXm)
# Installation
### From source via [crates.io](https://crates.io/crates/menser)
```sh
cargo install menser
```
### Binary via [binstall](https://github.com/cargo-bins/cargo-binstall)
```sh
cargo binstall menser
```
### From binary Github release
[Download binary for your operating system](https://github.com/FlareFlo/menser/releases)
### From source via git
```sh
cargo install --git git@github.com:FlareFlo/menser.git
```
# Usage
invoking for current day
```sh
menser
```
invoking for any weekday
```sh
menser monday
```
invoking for tomorrow
```sh
menser tomorrow
```