menser

Crates.iomenser
lib.rsmenser
version
sourcesrc
created_at2023-06-30 15:21:42.394528
updated_at2024-10-25 08:57:35.324762
descriptionFetches and displays meals from the stw-on API
homepage
repositoryhttps://github.com/FlareFlo/menser
max_upload_size
id904681
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
(FlareFlo)

documentation

https://docs.rs/menser

README

Menser 😋

Fetches and displays meals from the stw-on API for the CLI

asciicast

Installation

From source via crates.io

cargo install menser

Binary via binstall

cargo binstall menser

From binary Github release

Download binary for your operating system

From source via git

cargo install --git git@github.com:FlareFlo/menser.git

Usage

invoking for current day

menser

invoking for any weekday

menser monday

invoking for tomorrow

menser tomorrow
Commit count: 134

cargo fmt