Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/moaqz/news
- Owner: moaqz
- License: mit
- Created: 2023-06-06T22:15:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-23T00:25:48.000Z (over 1 year ago)
- Last Synced: 2024-10-31T09:23:50.372Z (about 2 months ago)
- Topics: bubbletea, cli, go, project
- Language: Go
- Homepage:
- Size: 192 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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)