Searches the top stories on Hacker News and outputs the title and link that match a regular expression.
go get github.com/coyle/hacker-news
go get github.com/fatih/color
go run main.go
optional flags:
-regexp="regexp to match on stories"
Ex. go run main.go -regexp=[Nn]ode(.js)?
On a Mac you can CMD+click to open a URL from the terminal