DISCLAIMER: This is currently a personal project that I will not be maintaining on a regular basis.
- Make sure your Emacs configuration has all of this package’s dependencies installed.
json.el,mm-uu.elandurl.elshould come with any recent Emacs version.bui.elcan be installed withM-x package-install bui - Put
railtime.elsomewhere in your load-path - Run the following lines of code in your
*Scratch*-buffer
(require 'railtime)
(setq rt--default-connection-from "Brussels"
rt--default-connection-to "Antwerp"
rt--default-language 'en ;; choice from '(nl en de fr)
)
(rt-connections)You will be prompted for a from station, a to station, whether you’re seaching on departure or arrival times, a time string and a date.
The stations will be pre-filled with the placeholder default value if you defined it with the above setq commands.
A lot