Skip to content

preetmishra/nooz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nooz

Trending headlines right in your terminal.

PyPI Python Versions

Installation

You can install nooz by typing the following in your terminal.

$ pip install nooz

However, 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 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.

export LANG=en_US.utf-8

Screenshot

Screenshot