Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 683 Bytes

Readme.md

File metadata and controls

33 lines (20 loc) · 683 Bytes

œfi

Get train/bus departures for public transport (öffentlicher Personalnahverkehr) in Germany.

asciicast

Installation

  • Install go
  • Run go get github.com/nfode/oefi

Command completion

Bash

Bash is currently not implemented

ZSH

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.