hn: add page

This commit is contained in:
Hayden Schiff
2016-02-23 00:13:25 -05:00
parent e46376a0ca
commit bd1cc19fbb
+19
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`