Live data from Hacker News

Show HN: Rssnix – Unix-style filesystem-based RSS/Atom/JSON Feed fetcher/reader

github.com

11–20 of 31 posts

Re: Show HN: Rssnix – Unix-style filesystem-based RSS/Atom/JSON Feed fetcher/reader

#13
This is pretty cool. I'm personally not into TUI's for everything, but I totally get their appeal.

Does anyone know of a rss reader that presents multiple feeds in columns like tweetdeck by chance? I dream of a dashboard of rss feeds.

Re: Show HN: Rssnix – Unix-style filesystem-based RSS/Atom/JSON Feed fetcher/reader

#17
The "go install" part of the installation instructions results in this error:

  $ git clone https://github.com/jafarlihi/rssnix --depth=1 && cd rssnix && go install
  Cloning into 'rssnix'...
  remote: Enumerating objects: 10, done.
  remote: Counting objects: 100% (10/10), done.
  remote: Compressing objects: 100% (8/8), done.
  remote: Total 10 (delta 1), reused 4 (delta 1), pack-reused 0
  Unpacking objects: 100% (10/10), done.
  config.go:8:2: cannot find package "github.com/go-ini/ini" in any of:
   /usr/lib/go-1.10/src/github.com/go-ini/ini (from $GOROOT)
   /home/user/go/src/github.com/go-ini/ini (from $GOPATH)
  feed.go:9:2: cannot find package "github.com/mmcdole/gofeed" in any of:
   /usr/lib/go-1.10/src/github.com/mmcdole/gofeed (from $GOROOT)  
 /home/user/go/src/github.com/mmcdole/gofeed (from $GOPATH)
  config.go:9:2: cannot find package "github.com/sirupsen/logrus" in any of:
   /usr/lib/go-1.10/src/github.com/sirupsen/logrus (from $GOROOT)
   /home/user/go/src/github.com/sirupsen/logrus (from $GOPATH)
  main.go:10:2: cannot find package "github.com/urfave/cli/v2" in any of:
 /usr/lib/go-1.10/src/github.com/urfave/cli/v2 (from $GOROOT)
 /home/user/go/src/github.com/urfave/cli/v2 (from $GOPATH)
  feed.go:11:2: cannot find package "golang.org/x/exp/slices" in any of:
   /usr/lib/go-1.10/src/golang.org/x/exp/slices (from $GOROOT)
   /home/user/go/src/golang.org/x/exp/slices (from $GOPATH)
edit: uname -a => Linux x1 5.4.0-132-generic #148~18.04.1-Ubuntu SMP Mon Oct 24 20:41:14 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

Re: Show HN: Rssnix – Unix-style filesystem-based RSS/Atom/JSON Feed fetcher/reader

#19
post #17

The "go install" part of the installation instructions results in this error: $ git clone https://github.com/jafarlihi/rssnix --depth=1 && cd rssnix && go install Cloning into 'rssnix'... remote: Enumerating objects: 10, done. remote: Counting objects: 100% (10/10), done. remote: Compressing objects: 100% (8/8), done. remote: Total 10 (delta 1), reused 4 (delta 1), pack-reused 0 Unpacking objects: 100% (10/10), done.…

You need Go 1.19
Post reply on HN