Trending headlines right in your terminal.
You can install nooz by typing the following in your terminal.
$ pip install noozHowever, if you want to install nooz in a virtual environment you can do the following things in order.
$ virtualenv ~/.virtualenvs/nooz --python=python3
$ source ~/.virtualenvs/nooz/bin/activate
(nooz) $ pip install noozTo launch the app, type the following in your terminal.
$ nooz
| 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 |
You can fix locale errors by adding the following in your ~/.bashrc.
export LANG=en_US.utf-8