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.
cargo install spt_cli
```
spt_cli [OPTIONS]
ARGS:
OPTIONS:
-c, --color Always output colors
-d, --date
```
```sh
spt_cli Zürich Bern
spt_cli --time 10:00 Basel Chur
spt_cli Basel Genve Biel
spt_cli --help # show all options ```
Issues and merge requests are welcome