Skip to content

bluedaniel/Gotube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages