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:
parent
e46376a0ca
commit
bd1cc19fbb
1 changed files with 19 additions and 0 deletions
19
pages/common/hn.md
Normal file
19
pages/common/hn.md
Normal 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`
|
Loading…
Add table
Reference in a new issue