Skip to content

cnareader is a terminal user interface client for reading news from Channel News Asia. It aims to give users a distraction and bloat free experience.

License

Notifications You must be signed in to change notification settings

theresurgence/cnareader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cnareader

cnareader is a terminal user interface client for reading news from Channel News Asia . It aims to give users a distraction and bloat free experience.

Main Menu

Main Menu

Headlines

Headlines

Article

Article

Usage

  • Open a terminal window (Linux/MacOS)
  • For windows, open a command prompt (search for cmd in the search bar)
  • Enter the following command
cnareader
  • If using the executable for windows, simply double click to launch it.
  • Use the arrow keys to navigate between screens, and press q to quit.

Installation

Install using Python/pipx

  • If you have python3 on your computer, are using an OS that has it by default (MacOS, Linux)
  • pipx is recommended over directly using pip to install cnareader, to run it in an isolated environment.
  • For the commands below, use python3 or python if one does not work.
  • Similarly, pip3 or pip

Windows

  • If you installed python using the app-store, replace python with python3.
python -m pip install --user pipx
python -m pipx ensurepath
pipx install cnareader
  • You might need to close the current cmd window and open a new one after running python -m pipx ensure path

Linux

python -m pip install --user pipx
python -m pipx ensurepath
pipx install cnareader

MacOS

brew install pipx
pipx ensurepath
pipx install cnareader

Download from executable

TODO

About

cnareader is a terminal user interface client for reading news from Channel News Asia. It aims to give users a distraction and bloat free experience.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages