A simple Hacker News front page reader on your terminal.
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Hnews is a simple Hacker News front page reader on your terminal.
To get hnews
up and running follow these simple steps.
For MacOS users, you can install hnews
using Homebrew.
brew install iamlucasvieira/tap/hnews
You can also install hnews
using Go.
go install github.com/iamlucasvieira/hnews@latest
With hnews
installed, you only need to run the command hnews
on your terminal.
- Add searching feature
- Add time machine feature, allowing to see the front page of a specific date
- Add page with comments of a specific post
See the open issues for a full list of proposed features (and known issues).
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Lucas Vieira dos Santos - Email
Project Link: https://github.com/iamlucasvieira/hnews
- Charmbracelet: Only with their amazing bubbletea framework I was able to make `hnews look so good.