https://github.com/preetmishra/nooz
Trending headlines right in your terminal.
https://github.com/preetmishra/nooz
hacktoberfest news python tui urwid
Last synced: 10 days ago
JSON representation
Trending headlines right in your terminal.
- Host: GitHub
- URL: https://github.com/preetmishra/nooz
- Owner: preetmishra
- License: mit
- Created: 2020-03-10T10:05:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:48:18.000Z (over 3 years ago)
- Last Synced: 2026-06-03T09:25:10.175Z (about 1 month ago)
- Topics: hacktoberfest, news, python, tui, urwid
- Language: Python
- Homepage: https://pypi.org/project/nooz/
- Size: 15.6 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nooz
Trending headlines right in your terminal.
[](https://pypi.python.org/pypi/nooz)
[](https://pypi.python.org/pypi/nooz)
## Installation
You can install nooz by typing the following in your terminal.
```bash
$ pip install nooz
```
However, if you want to install nooz in a virtual environment you can do the following things in order.
```bash
$ virtualenv ~/.virtualenvs/nooz --python=python3
$ source ~/.virtualenvs/nooz/bin/activate
(nooz) $ pip install nooz
```
## Launching
To launch the app, type the following in your terminal.
```
$ nooz
```
## Keys
| Command | Key |
| ----------------------------------------------------- | --------------------------------------------- |
| Go left | left |
| Go right | right |
| Scroll up | up / page up |
| Scroll down | down / page down |
| Exit | q / Q |
| Refresh | F5 |
| Go back | esc |
## Troubleshooting
### Locale error
You can fix locale errors by adding the following in your `~/.bashrc`.
```bash
export LANG=en_US.utf-8
```
## Screenshot
