CLI frontend for https://openmensa.org
Find a file
2019-04-11 17:41:02 +02:00
src Add simple basic fetching and querying functions 2019-04-11 17:41:02 +02:00
.gitignore Initial commit 2019-04-04 12:58:17 +02:00
Cargo.lock Add Cargo.lock 2019-04-11 17:31:19 +02:00
Cargo.toml Add dependencies 2019-04-11 17:30:47 +02:00
README.md Add README 2019-04-11 17:40:04 +02:00
search_format.pest Create syntax file for input parsing 2019-04-11 17:40:25 +02:00

Mensa

Fetch food from university cafeteria in Leipzig.

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 ]

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.