Hacker News CLI (2014)

52 points by rolph 13 hours ago on hackernews | 23 comments

garyfirestorm | 12 hours ago

no information about installation - no github repo

rovr138 | 12 hours ago

https://github.com/kamilchm/developer-experience/

Sidebar > Changelog > Hit the version 0.0.1 > fix the url to .com > remove tree and version

israrkhan | 11 hours ago

lol, even the link is not correct.

.con, instead of .com

semiinfinitely | 12 hours ago

[12 years ago]

rovr138 | 11 hours ago

Python 2.7 as a requirement

varun_ch | 11 hours ago

with hackernews I wouldn't be surprised if this still worked

kristopolous | 10 hours ago

israrkhan | 11 hours ago

Usually the first thing, the page should mention is how to install it.

it is as if developer does not want anyone to use this tool.

basilikum | 11 hours ago

I already use a HN cli called w3m.

sent with w3m

semiinfinitely | 11 hours ago

wow are u arch user too

trollbridge | 10 hours ago

I will be as soon as I get my workstation to not kernel panic on boot (plus figure out why wayland compositor is just giving me a blank screen)

mbernstein | 9 hours ago

They aren't - they'd have led with that. (note: I use arch and am legally obligated to tell you).

sylware | an hour ago

links2 and lynx here.

junkblocker | 9 hours ago

Somebody recently vibecoded https://github.com/fragmede/nitpick and posted here which is pretty good but I really want to browse the sites in terminal too. Then I discovered I have had an hn alias to lynx gopher://hngopher.com . w3m also works but I want to be able to browser with full w3m images support but most sites just break on needing JavaScript. Some front end to a headless chrome/Firefox instance like brow6el or awrit might work but I haven't attempted those with much success yet

[OP] rolph | 9 hours ago

ChrisArchitect | 8 hours ago

(2014) OP

thegdsks | 7 hours ago

The CLI tool space has changed so much since then. Everything is getting rewritten in Rust or Go now.

jimmcslim | 7 hours ago

Can we have an official Hacker News API that lets me authenticate to my account and grab the submissions and comments that I have upvoted?

anta40 | 7 hours ago

Anyone use hnterm? https://github.com/ggerganov/hnterm

I think it still works pretty well, and written in C++ instead of the "cool kids" Go/Rust

wiseowise | 7 hours ago

> and written in C++ instead of the "cool kids" Go/Rust

Is that supposed to sound like an argument in favor of it? Because it doesn’t.

bredren | 6 hours ago

I thought this would provide easy query access, but it does not seem to.

Is there a CLI that queries hn.algolia.com and returns structured data?

heartleo | 3 hours ago

Nice work — I like the simplicity.

I built a TUI version of this in Go — I just love doing everything in the terminal.

Built a small prototype here if you’re curious: https://github.com/heartleo/hn-cli

sylware | an hour ago

Lazy question: is the web API (CURL) allow to login and do posts?