mirror of https://github.com/CrimsonTome/tldr.git
21 lines
388 B
Markdown
21 lines
388 B
Markdown
# hn
|
|
|
|
> Command-line interface for Hacker News.
|
|
> More information: <https://github.com/rafaelrinaldi/hn-cli>.
|
|
|
|
- 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`
|