0.07
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Read Hacker News on the Terminal
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.1
~> 2.12

Runtime

~> 1.0
~> 1.0
~> 2.4
 Project Readme

hacker_term

Hacker News on the Terminal.

Screenshot

Requirements

  • Ruby 1.9.3

Installation

  • Install with gem install hacker_term
  • Run using hacker_term
  • Tests included; I run them using rspec -fd in the project directory

Overview

See the front page of HN, use the arrow keys to browse and open particular items in the default system browser.

  • Uses the Ruby curses library to create a terminal UI.
  • Captures keyboard events to allow browsing of the HN front page from the terminal.
  • Tested (and looks colourful) on OSX Mountain Lion, but some functionality may be lost on other flavours of Linux.
  • Not tested and verified on anything other than the basic OSX terminal application - but may well work anyway.
  • Uses the HN feed available at http://hndroidapi.appspot.com - without that resource this project would not exist.
  • Sorting options included.
  • Some stats included.
  • Blog post here: http://flydillonfly.wordpress.com/2013/01/01/hacker-news-in-your-terminal/

Background

This project was created to allow me to scratch a particular programming itch after reading about https://github.com/etsy/mctop. It brought me back to my days in college coding in C where everything was a terminal program!

Please enjoy/contribute/ignore as you see fit.

Build Status