1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/hn.md

21 lines
412 B
Markdown
Raw Normal View History

2016-02-23 00:13:25 -05:00
# hn
> Command-line interface for Hacker News.
> More information: <https://github.com/rafaelrinaldi/hn-cli#usage>.
2016-02-23 00:13:25 -05:00
- View stories on Hacker News:
`hn`
- View _number_ of stories on Hacker News:
`hn {{[-l|--limit]}} {{number}}`
2016-02-23 00:13:25 -05:00
- View stories on Hacker News, and keep the list open after selecting a link:
`hn {{[-k|--keep-open]}}`
2016-02-23 00:13:25 -05:00
- View stories on Hacker News sorted by submission date:
`hn --latest`