Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/moaqz/news

📺 CLI to watch developer news
https://github.com/moaqz/news

bubbletea cli go project

Last synced: 9 days ago
JSON representation

📺 CLI to watch developer news

Awesome Lists containing this project

README

        



## 📦 Built With

- [Bubbletea](https://github.com/charmbracelet/bubbletea)
- [Bubbles](https://github.com/charmbracelet/bubbles)
- [Lipgloss](https://github.com/charmbracelet/lipgloss)
- [Colly](https://github.com/gocolly/colly)

## ⌨️ Key Bindings

| Action | Key |
| :---------------------------- | :----------------------------------- |
| Copy url | c |
| Move down in a list | j |
| Move up in a list | k |
| Go to end | G end |
| Go to start | g home |
| Move to next tab | tab right |
| Move to previous tab | shift+tab left |
| Search / Filter news by title | / |
| Toggle help | ? |
| Quit application | q ctrl+c |

## ⚡ Installation

Download a pre-compiled binary or package from the releases page.

Or install it with go:

```bash
$ go install github.com/moaqz/news@latest
```

## 📝 License

[MIT](https://github.com/moaqz/news/blob/master/LICENSE)

## ❓ Acknowledgments

Inspired by [Atticus64/news](https://github.com/Atticus64/news)