Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flareflo/menser
https://github.com/flareflo/menser
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/flareflo/menser
- Owner: FlareFlo
- License: mit
- Created: 2023-06-30T15:06:05.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-17T08:25:20.000Z (29 days ago)
- Last Synced: 2024-10-19T11:23:54.173Z (27 days ago)
- Language: Rust
- Size: 195 KB
- Stars: 1
- 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[![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
```