Show HN: `npx tailhn` – Tail HN from the consolenpmjs.com5 pointsmoglito3 years agoTiny script to tail (follow) new stories on Hacker News from the command line. Prints titles and urls to the console. For instance, to watch for stories mentioning robots/robotics: `npx tailhn | grep -i robot`