-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
27 lines (16 loc) · 776 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
tutruoka
A command line tool that shows meals at Tampere University of Technology campus
Licensed under public domain.
To install, run
make install
as root. The tool will be called "tutruoka".
Use -lang fi/en to specify language.
The tool also supports filtering based on search keywords similar to Google
search. Keywords from the command line are combined with logical AND, i.e.
only the meals matching all keywords are shown. The keywords are
case-insensitive. A minus (-) in front of a keyword can be used to suppress
matches.
Examples:
tutruoka -lang en -cheese Supress everything that has cheese in it.
tutruoka rohee -texmex Show rohee meals but supress ones with texmex.
tutruoka zip rohee Show rohee meals from Zip restaurant.