mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-12-26 18:32:41 +03:00
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`
|