Skip to content

rzinak/core-rss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Core RSS

A terminal-based RSS feed reader.

Core RSS Example

Installation

  1. Go to the Releases section and get the executable file for your system (for now, only Linux is supported).

  2. Rename and move the executable file:

    sudo mv core-rss-linux-amd64 /usr/local/bin/core-rss
    sudo chmod +x /usr/local/bin/core-rss
  3. Execute it by typing core-rss.

Building from source

  1. Make sure you have Go install (1.23 or later).

  2. Clone the repository:

    git clone /~https://github.com/rzinak/core-rss
    cd core-rss
  3. Build it:

    make build
  4. Install:

    make install

Requirements

  • Go 1.23 or later;
  • Make;

Usage

Press '?' to see the available commands.