1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 05:22:09 +02:00

hn: add page

This commit is contained in:
Hayden Schiff 2016-02-23 00:13:25 -05:00
parent e46376a0ca
commit bd1cc19fbb

19
pages/common/hn.md Normal file
View file

@ -0,0 +1,19 @@
# 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`