vutran / go-hn

Simple HN CLI Client in Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-hn

Simple command-line util to fetch stories from Hacker News

Install

To get started, you need a working Go environment. Once available, grab the tool here:

$ go get -u github.com/vutran/go-hn

Usage

Usage:

	go-hn [flags] <command>

Commands:

	new	View new stories
	best	View best stories
	top	View top stories
	ask	View Ask HN stories
	show	View Show HN stories
	jobs	View jobs

Related

  • srgnt - Simple command-line framework for Go

License

MIT © Vu Tran

About

Simple HN CLI Client in Golang

License:MIT License


Languages

Language:Go 100.0%