Show HN: Rssnix – Unix-style filesystem-based RSS/Atom/JSON Feed fetcher/reader
11–20 of 31 posts
Re: Show HN: Rssnix – Unix-style filesystem-based RSS/Atom/JSON Feed fetcher/reader
#12Give it a maildir output option and it will be much more useful. Such tools already exist but the more options the better.
Re: Show HN: Rssnix – Unix-style filesystem-based RSS/Atom/JSON Feed fetcher/reader
#13Does 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
#14Re: Show HN: Rssnix – Unix-style filesystem-based RSS/Atom/JSON Feed fetcher/reader
#15Re: Show HN: Rssnix – Unix-style filesystem-based RSS/Atom/JSON Feed fetcher/reader
#16Here is the link:https://github.com/illacloud/illa-builder
Re: Show HN: Rssnix – Unix-style filesystem-based RSS/Atom/JSON Feed fetcher/reader
#17 $ 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/LinuxRe: Show HN: Rssnix – Unix-style filesystem-based RSS/Atom/JSON Feed fetcher/reader
#18Re: Show HN: Rssnix – Unix-style filesystem-based RSS/Atom/JSON Feed fetcher/reader
#19The "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.…
Re: Show HN: Rssnix – Unix-style filesystem-based RSS/Atom/JSON Feed fetcher/reader
#20Well, we wanna use Rssnix in our product, will that be possible? Here is the link: https://github.com/illacloud/illa-builder