Skip to content
/ tailhn Public

Tiny script to tail Hacker News. Use with grep to monitor for stories of interest.

Notifications You must be signed in to change notification settings

chfritz/tailhn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny script to tail new stories on Hacker News from the command line. Prints titles and urls to the console.

Requirements

A recent version of node.js, which includes npm and npx.

Usage

You can use this directly using npx -- it will ask you to install it if not already installed:

npx tailhn

Use together with grep to monitor for interesting stories, e.g.:

npx tailhn | grep -i robot

About

Tiny script to tail Hacker News. Use with grep to monitor for stories of interest.

Resources

Stars

Watchers

Forks

Packages

No packages published