https://github.com/ta1m1kam/hn
📰 Hacker News CUI Client made with go.
https://github.com/ta1m1kam/hn
cli cui-client go hacker-news hackernews tview
Last synced: 3 months ago
JSON representation
📰 Hacker News CUI Client made with go.
- Host: GitHub
- URL: https://github.com/ta1m1kam/hn
- Owner: ta1m1kam
- License: mit
- Created: 2019-12-08T15:38:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-15T17:28:12.000Z (about 6 years ago)
- Last Synced: 2025-12-19T07:40:46.609Z (6 months ago)
- Topics: cli, cui-client, go, hacker-news, hackernews, tview
- Language: Go
- Homepage:
- Size: 8.28 MB
- Stars: 17
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hn
[Hacker News](https://news.ycombinator.com/news) CUI Client made with go.

## Usage
```shell
$ hn
```
By default, the top 10 stories are displayed.
If you want to watch more stories, you can use number options.
```shell
$ hn -h
NAME:
hn - This is a tool to see 'Hacker News' made with Go
USAGE:
hn [global options] command [command options] [arguments...]
VERSION:
0.0.0
COMMANDS:
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--number value, -n value option for number of Hacker News acquisitions (default: 10)
--help, -h show help
--version, -v print the versio
```