command
module
Version:
v0.0.0-...-c63af50
Opens a new window with list of versions in this module.
Published: Sep 20, 2016
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Hacker News Reader

Open multiple hacker news feed with your favorite browser using command line.
Why?
I tend to read all news on the front page of Hacker News. This allow me to run one command and make life easy.
Installation and Usage
-
Run this for get/install it:
go get -u github.com/Bunchhieng/hnreader
-
Make sure you have GOPATH set up properly:
export GOPATH=/path/to/your/go/workspace
export PATH=$GOPATH/bin:$PATH
-
From the root of a project:
- Run with default option to open 10 news with chrome:
hnreader r
- Run with option
-t = tabs and -b = browser:
hnreader r -t 31 -b "firefox"
Credits
License
The MIT License (MIT)
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.