Swiss Public Transport CLI

This is a simple tool to search public transport connections from one station to another, possible with a via.

It uses the public transportation data from https://opendata.ch and is written in rust.

How to use:

```sh

Simple

spt_cli Zürich Bern

Specify a time

spt_cli --time 10:00 Basel Chur

Use a via

sptcli Basel Genv Biel sptcli --help # show all options ```

Contribution

Issues and merge requests are welcome