https://github.com/dharmit/hnot
Hacker News On Terminal
https://github.com/dharmit/hnot
Last synced: 5 months ago
JSON representation
Hacker News On Terminal
- Host: GitHub
- URL: https://github.com/dharmit/hnot
- Owner: dharmit
- License: mit
- Created: 2017-11-20T12:39:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-20T12:40:45.000Z (over 8 years ago)
- Last Synced: 2025-04-04T21:14:15.954Z (about 1 year ago)
- Size: 1000 Bytes
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### hnot
Hacker News On Terminal aims to be a Go based TUI application that would
provide a CLI for accessing [Hacker News](https://news.ycombinator.com/). I'm
trying to teach myself Go through this project.
### Features
Features I've planned to implement:
- [ ] A TUI based program that lists the top 30 articles from HN.
- [ ] Arrow keys to scroll up/down.
- [ ] Vim key-bindings, i.e., j, k keys can be used to scroll up/down.
- [ ] Space key to expand/close comments.
- [ ] Return key to open the article in a separate pane.
### Conribution
Happy to have from people experienced and inexperienced in Go alike.
### License
MIT