mirror of https://github.com/CrimsonTome/tldr.git
20 lines
325 B
Markdown
20 lines
325 B
Markdown
|
# hn
|
||
|
|
||
|
> Command-line interface for Hacker News.
|
||
|
|
||
|
- View stories on Hacker News:
|
||
|
|
||
|
`hn`
|
||
|
|
||
|
- View _number_ of stories on Hacker News:
|
||
|
|
||
|
`hn --limit {{number}}`
|
||
|
|
||
|
- View stories on Hacker News, and keep the list open after selecting a link:
|
||
|
|
||
|
`hn --keep-open`
|
||
|
|
||
|
- View stories on Hacker News sorted by submission date:
|
||
|
|
||
|
`hn --latest`
|