Kotlin cli app for Wilma.
Command | Description |
---|---|
help | Shows help |
server [set/connect/disconnect/status] | Connect/configure the Wilma server |
debug | Enables debug mode |
announcements | Shows announcements |
courses [current/past] | Shows courses |
exams [upcoming/past] | Shows exams |
info | Shows info about your session |
timetable [default/year/custom] | Shows timetable |
quit | Quits |
- Clone the repository
git clone https://github.com/vil/wilma-cli.git
- Build the app
./gradlew build
orgradlew.bat build
. - Copy the jar file from
build/libs
to your desired location. - Run the app
java -jar wilma-cli-<version>.jar
.
First time you run the app, you need to set the server. You can do this by running server set <url>
.
Otherwise, the app will use the default demo server.
This source code is under the GNU General Public License, version 3.