Skip to content
/ clinews Public

News reader for hackers, geek, and command-line fanatics =]]

Notifications You must be signed in to change notification settings

huytd/clinews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLInews

News reader for hackers, geek, and command-line fanatics =]] written in Python

clinews

Features:

  • Manage (show/add/delete) source list
  • List news from sources (RSS)
  • Go to articles URL
  • Working completely in command line
  • Can be used in IDEs (WebStorm, PyCharm, Eclipse,...)

Installation:

Clone this repository to your computer. Run this command:

chmod +x news

Optional: If you want to run news command directly in terminal window instead of ./news, just open your ~/.bash_profile file and add current directory in the new line, for example:

export PATH=$PATH:'<your-current-clinews-directory>'

And restart terminal

Usage:

Read news:

./news

Press UP/DOWN to switch articles.

Press SPACE to open current article in browser.

List all added sources:

./news -l

Add new (RSS) source:

./news -a <rss-url>

Remove exists (RSS) source:

./news -r <rss-url>

Display help:

./news -h

Libraries used:

Todo:

  • Create setup script
  • Themes support
  • Unicode support
  • Strip HTML encoded strings in articles content

About

News reader for hackers, geek, and command-line fanatics =]]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages