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.

Installation

cargo install spt_cli

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 Genve Biel sptcli --help # show all options ```

Screen Recording

asciicast

Contribution

Issues and merge requests are welcome