mensa/README.md

37 lines
987 B
Markdown
Raw Normal View History

2020-01-29 17:52:40 +01:00
# [WIP] Mensa
**Note**: Discontinued, as it was only for learning some rust.
2019-04-11 17:40:04 +02:00
2019-04-11 17:47:09 +02:00
CLI tool to query the menu of cafeterias in Leipzig that are listed [here](https://www.studentenwerk-leipzig.de/mensen-cafeterien/speiseplan).
2019-04-11 17:40:04 +02:00
# Usage
2019-04-11 17:48:36 +02:00
Use [Rust](https://www.rust-lang.org/)s build tool [Cargo](https://crates.io/) to build and, optionally, install this program:
2019-04-11 17:40:04 +02:00
```
> cargo build --release
> cargo install --path . --force
```
```
mensa [ at LOCATION ]
[ no [ fish | pig | alcohol ] ]
[ vegan | veggie | vegetarian | flexible ]
[ on [ today | tomorrow | yyyy-mm-dd ]
```
2019-04-11 17:50:53 +02:00
(A more complete syntax can be found [here](/search_format.pest))
2019-04-11 17:40:04 +02:00
2019-04-11 17:41:30 +02:00
# TODO
```
src/meal.rs
44: /// - FIXME: No food on sundays!
45: /// - FIXME: Refactor
194:/// TODO: Badges
195:/// TODO: Price
```
2019-04-11 17:40:04 +02:00
# 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.*