bluedaniel / Gotube

:metro: A terminal app for checking TFL tube status and last trains, written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoTube

🚇 A terminal app for checking TFL tube status and last trains, written in Go

// Show the status of all tube lines
$ gotube

// Show the last trains for a particular station
$ gotube kings cross

Install

To install, use go get:

$ go get -d github.com/bluedaniel/gotube

Build

To build a compressed executable, install upx - brew install upx

$ go build -ldflags "-s -w"
$ upx ./gotube

Note: The terminal in the screenshot is made up of:

About

:metro: A terminal app for checking TFL tube status and last trains, written in Go

License:MIT License


Languages

Language:Go 100.0%