https://github.com/schicho/tumensa
CLI tool for the Mensa of TU Wien
https://github.com/schicho/tumensa
Last synced: 5 months ago
JSON representation
CLI tool for the Mensa of TU Wien
- Host: GitHub
- URL: https://github.com/schicho/tumensa
- Owner: schicho
- License: mit
- Created: 2025-02-12T22:55:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-30T16:48:06.000Z (about 1 year ago)
- Last Synced: 2025-05-31T00:04:53.921Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 78.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# TU Wien Mensa
Get the menu of the day from the TU Wien Mensa directly on your terminal.

## Compile & Install
If you have the Go programming language installed, you can simply install the program with the following command.
It will be added to your `$GOPATH/bin` directory. Thus also on your `$PATH` and runnable from anywhere.
```bash
go install github.com/schicho/tumensa/cmd/tumensa@latest
```
Alternatively, you can of course go through the manual git clone and go build process.
In case you don't have Go installed, you can download the latest release from the releases page here on GitHub.
You can see the releases in the sidebar on the right.
Depending on your operating system, download and extract the archive and move the binary to a directory in your `$PATH`.
You can then run the program from anywhere in your terminal.