Skip to content

syohex/tubestatus.el

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tubestatus.el

London Tube live service status from Emacs using the TfL API.

Installation

Manual

Clone the repository:

git clone https://github.com/smallwat3r/tubestatus.el.git

And add the tubestatus.el directory to your load-path:

(add-to-list 'load-path "path/to/tubestatus.el")
(require 'tubestatus)

Doom Emacs

Add the following to your packages.el file:

(package! tubestatus :recipe
  (:host github
   :repo "smallwat3r/tubestatus.el"))

Usage

Run M-x tubestatus and select a line from the list. It will open a new buffer showing the current service status of the given line.

Screenshots

./images/img1.png ./images/img2.png

About

London Tube live service status from Emacs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%