• Stars
    star
    169
  • Rank 217,357 (Top 5 %)
  • Language
    Go
  • License
    MIT License
  • Created over 1 year ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Unix-style filesystem-based RSS/Atom/JSON Feed fetcher/reader

TOC

Demonstration

Demo

Installation

You need to have Go >=1.19 installed.

git clone https://github.com/jafarlihi/rssnix --depth=1 && cd rssnix && go install

Packages

Arch Linux AUR Package (build newest version) AUR

Arch Linux AUR Package (binary newest version) AUR

Arch Linux AUR Package (build from git) AUR

Flags

config

  • Opens config file with $EDITOR

update [feed name]

  • If [feed name] argument is given and is space-delimited list of feeds, then these feeds are updated
  • If no [feed name] argument is given then all feeds are updated

open [feed name]

  • If [feed name] argument is given then the said feed's directory is opened with the configured viewer
  • If no [feed name] argument is given then the root feeds directory is opened with the configured viewer

add [feed name] [feed url]

  • Adds a new feed to the config file

import [OPML URL or file path]

  • Imports feeds from OPML file

refetch [feed name]

  • delete and refetch given feed(s) or all feeds if no argument is given

version

  • Prints the rssnix version

Config

Config file is expected to be at ~/.config/rssnix/config.ini.

Sample config file:

[settings]
viewer = vim
feed_directory = ~/rssnix

[feeds]
CNN-Tech = http://rss.cnn.com/rss/edition_technology.rss
HackerNews = https://news.ycombinator.com/rss

(Tip: ranger is another great candidate for viewer)

More Repositories

1

serpentine

C++/Win32/Boost Windows RAT (Remote Administration Tool) with a multiplatform Java/Spring RESTful C2 server and Go, C++/Qt5 frontends
C++
438
star
2

rconn

rconn is a multiplatform program for creating generic reverse connections. Lets you consume services that are behind firewall or NAT without opening ports or port-forwarding.
Go
319
star
3

connmap

connmap is an X11 desktop widget that shows location of your current network peers on a world map
C
309
star
4

sysm

sysm makes your system play custom sounds when any configured system or external event happens
C++
211
star
5

modreveal

Utility to find hidden Linux kernel modules
C
138
star
6

cppq

Simple, reliable & efficient distributed task queue for C++17
C++
90
star
7

clex

clex is a simple lexer generator
C
88
star
8

revp

Reverse HTTP proxy that works on Linux, Windows, and macOS. Made with C++ and Boost.
C++
84
star
9

cparse

cparse is an LR(1) and LALR(1) parser generator
C
47
star
10

core86

[WIP] 8086 IBM PC emulator
Rust
24
star
11

eemit

Tiny event emitter library for Java
Java
22
star
12

symposium

Modern discussion forums software. Made with Go, React, and PostgreSQL.
JavaScript
21
star
13

c-skeleton

Boilerplate for basic C projects
C++
17
star
14

ccompile

[WIP] C compiler
C
5
star
15

cppdataloader

cppdataloader is a batching and caching library for C++17
C++
5
star
16

cpreprocess

[WIP] C preprocessor
C
4
star
17

uefi

[WIP] UEFI bootloader
Shell
4
star
18

8086emulate

[WIP] 8086 emulator
C
4
star
19

repotrack

Tracks comments on GitHub issues and PRs assigned to you
Python
3
star
20

dotfiles

Personal system configuration files, scripts, etc.
Shell
3
star
21

hnreader

HackerNews reader app for Wear OS
Kotlin
2
star
22

file-hosting

2
star
23

forumd

[WIP] Modern discussion forums software
TypeScript
2
star
24

mepsitahl

[WIP] x86_64 OS
C
2
star
25

geolocation-service

Go
1
star
26

addressbook

Go
1
star
27

8086assemble

[WIP] 8086 assembler
C
1
star
28

x86nix

[WIP] x86 OS
C
1
star
29

archive

Archived projects
C++
1
star