CLI frontend for https://openmensa.org
Find a file
2021-10-12 15:09:54 +02:00
src Improve text wrapping 2021-10-12 14:51:49 +02:00
.gitignore Initial commit 2019-04-04 12:58:17 +02:00
Cargo.lock Improve text wrapping 2021-10-12 14:51:49 +02:00
Cargo.toml Improve text wrapping 2021-10-12 14:51:49 +02:00
config.toml Add example config.toml 2021-10-12 15:09:54 +02:00
flake.lock Set up for 'new' project 2021-10-11 12:22:08 +02:00
flake.nix Set up for 'new' project 2021-10-11 12:22:08 +02:00
README.md Be honest about project state 2020-01-29 17:52:40 +01:00

[WIP] Mensa

Note: Discontinued, as it was only for learning some rust.

CLI tool to query the menu of cafeterias in Leipzig that are listed here.

Usage

Use Rusts build tool Cargo to build and, optionally, install this program:

 > cargo build --release
 > cargo install --path . --force
mensa [ at LOCATION ]
      [ no [ fish | pig | alcohol ] ]
      [ vegan | veggie | vegetarian | flexible ]
      [ on [ today | tomorrow | yyyy-mm-dd ]

(A more complete syntax can be found here)

TODO

src/meal.rs
44:    /// - FIXME: No food on sundays!
45:    /// - FIXME: Refactor
194:/// TODO: Badges
195:/// TODO: Price

Bugs

This piece of software contains carefully selected bugs. If some of these offend you or keep you from finding the right place to eat lunch, please do report them. This is an alpha.