Skip to content

Command-line RSS news feed written entirely in Shell

License

Notifications You must be signed in to change notification settings

isaacnonato/RSSh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RSSh

RSS news feed directly in your terminal.

Dependencies

  • bash
  • curl
  • xmlstarlet

Installation

To install RSSh, open a terminal and enter the following commands:

$ git clone https://github.com/isaacnonato/RSSh.git
$ cd RSSh
$ make install

Configuration

Configuring RSSh is easy, go to RSSH's config folder (usually located in /home/<user>/.config/rssh) and create a file with the .feed extension, the first line of the file must have the title of the desired section, followed by the RSS links separated by a newline, each file must correspond to a section only.

Uninstalling

To uninstall RSSh, open the folder where you cloned the repo and type make uninstall

TODO

  • - allow user to customize the item count limit
  • - add some colors
  • - add screenshots

About

Command-line RSS news feed written entirely in Shell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published