Get train/bus departures for public transport (öffentlicher Personalnahverkehr) in Germany.
- Install go
- Run
go get github.com/nfode/oefi
Bash is currently not implemented
To use completion run:
source <(oefi completion zsh)
This works until you end the session.
If you want to load completions for each sessions run:
echo "source <(oefi completion zsh)" >> .zshrc
or add source <(oefi completion zsh)
manually to your .zshrc
.