Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/flareflo/menser


https://github.com/flareflo/menser

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# Menser 😋
> Fetches and displays meals from the stw-on API for the CLI

[![asciicast](https://asciinema.org/a/da1Hxj1je2jgkyThf42HSFdXm.svg)](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 [email protected]:FlareFlo/menser.git
```

# Usage

invoking for current day
```sh
menser
```

invoking for any weekday
```sh
menser monday
```

invoking for tomorrow
```sh
menser tomorrow
```