An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# hn
[Hacker News](https://news.ycombinator.com/news) CUI Client made with go.

![preview](https://github.com/TaigaMikami/hn/blob/master/gif/hn_preview.gif)
## 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
```