HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

hn — Command-line interface for Hacker News. More information: <https://github.com/rafaelrinaldi/hn-cli#u

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandhninterfaceclihackerforline

Problem

How to use the hn command: Command-line interface for Hacker News. More information: <https://github.com/rafaelrinaldi/hn-cli#usage>.

Solution

hn — Command-line interface for Hacker News. More information: <https://github.com/rafaelrinaldi/hn-cli#usage>.

View stories on Hacker News:
hn


View _number_ of stories on Hacker News:
hn {{[-l|--limit]}} {{number}}


View stories on Hacker News, and keep the list open after selecting a link:
hn {{[-k|--keep-open]}}


View stories on Hacker News sorted by submission date:
hn --latest

Code Snippets

View stories on Hacker News

hn

View _number_ of stories on Hacker News

hn {{[-l|--limit]}} {{number}}

View stories on Hacker News, and keep the list open after selecting a link

hn {{[-k|--keep-open]}}

View stories on Hacker News sorted by submission date

hn --latest

Context

tldr-pages: common/hn

Revisions (0)

No revisions yet.