TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

101 点作者 jafarlihi超过 2 年前

18 条评论

breput超过 2 年前
An OPML[0] importer, or even better, a native handling of an OPML URL&#x2F;file in the [feeds] configuration section would be extremely useful.<p>[0] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;OPML" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;OPML</a>
评论 #33707601 未加载
almog超过 2 年前
Glad to see more CLI based RSS readers!<p>Currently I&#x27;m using Newsboat (an actively maintained fork of Newsbeuter, written in C++ and in the process of migrating to Rust).<p>Assuming that you&#x27;re familiar with it, do you have any different design objectives?
derekzhouzhen超过 2 年前
Looks nice. How do you present the content for users to read? Do you use a terminal based HTML browser, or convert the content to plain text and present the plain text?
评论 #33676111 未加载
jll29超过 2 年前
The &quot;go install&quot; part of the installation instructions results in this error:<p><pre><code> $ git clone https:&#x2F;&#x2F;github.com&#x2F;jafarlihi&#x2F;rssnix --depth=1 &amp;&amp; cd rssnix &amp;&amp; go install Cloning into &#x27;rssnix&#x27;... remote: Enumerating objects: 10, done. remote: Counting objects: 100% (10&#x2F;10), done. remote: Compressing objects: 100% (8&#x2F;8), done. remote: Total 10 (delta 1), reused 4 (delta 1), pack-reused 0 Unpacking objects: 100% (10&#x2F;10), done. config.go:8:2: cannot find package &quot;github.com&#x2F;go-ini&#x2F;ini&quot; in any of: &#x2F;usr&#x2F;lib&#x2F;go-1.10&#x2F;src&#x2F;github.com&#x2F;go-ini&#x2F;ini (from $GOROOT) &#x2F;home&#x2F;user&#x2F;go&#x2F;src&#x2F;github.com&#x2F;go-ini&#x2F;ini (from $GOPATH) feed.go:9:2: cannot find package &quot;github.com&#x2F;mmcdole&#x2F;gofeed&quot; in any of: &#x2F;usr&#x2F;lib&#x2F;go-1.10&#x2F;src&#x2F;github.com&#x2F;mmcdole&#x2F;gofeed (from $GOROOT) &#x2F;home&#x2F;user&#x2F;go&#x2F;src&#x2F;github.com&#x2F;mmcdole&#x2F;gofeed (from $GOPATH) config.go:9:2: cannot find package &quot;github.com&#x2F;sirupsen&#x2F;logrus&quot; in any of: &#x2F;usr&#x2F;lib&#x2F;go-1.10&#x2F;src&#x2F;github.com&#x2F;sirupsen&#x2F;logrus (from $GOROOT) &#x2F;home&#x2F;user&#x2F;go&#x2F;src&#x2F;github.com&#x2F;sirupsen&#x2F;logrus (from $GOPATH) main.go:10:2: cannot find package &quot;github.com&#x2F;urfave&#x2F;cli&#x2F;v2&quot; in any of: &#x2F;usr&#x2F;lib&#x2F;go-1.10&#x2F;src&#x2F;github.com&#x2F;urfave&#x2F;cli&#x2F;v2 (from $GOROOT) &#x2F;home&#x2F;user&#x2F;go&#x2F;src&#x2F;github.com&#x2F;urfave&#x2F;cli&#x2F;v2 (from $GOPATH) feed.go:11:2: cannot find package &quot;golang.org&#x2F;x&#x2F;exp&#x2F;slices&quot; in any of: &#x2F;usr&#x2F;lib&#x2F;go-1.10&#x2F;src&#x2F;golang.org&#x2F;x&#x2F;exp&#x2F;slices (from $GOROOT) &#x2F;home&#x2F;user&#x2F;go&#x2F;src&#x2F;golang.org&#x2F;x&#x2F;exp&#x2F;slices (from $GOPATH) </code></pre> edit: uname -a =&gt; 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&#x2F;Linux
评论 #33678995 未加载
jjav超过 2 年前
I have used rss2email for ages (<a href="https:&#x2F;&#x2F;github.com&#x2F;wking&#x2F;rss2email" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;wking&#x2F;rss2email</a>) for all my RSS feeds. That way I can use an optimal UI (to me) which is email (mutt) to read all my content.
inquirer39243超过 2 年前
This is pretty cool. I&#x27;m personally not into TUI&#x27;s for everything, but I totally get their appeal.<p>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.
评论 #33679459 未加载
lakomen超过 2 年前
Why have all major browsers removed RSS aggregation? I miss that feature
评论 #33686501 未加载
pabs3超过 2 年前
feed2exec is my favourite RSS related thing;<p><a href="https:&#x2F;&#x2F;gitlab.com&#x2F;anarcat&#x2F;feed2exec&#x2F;" rel="nofollow">https:&#x2F;&#x2F;gitlab.com&#x2F;anarcat&#x2F;feed2exec&#x2F;</a>
anonymousnotme超过 2 年前
I found a bug in vim&#x2F;neovim. if the file name is approximately 33 characters long. When one opens one of the feed directories in vim, neovim and tries to open that file, it fails. For me, there need to be 2 spaces between the file name and the file size or other part of the directory listing when I do &quot;gvim .&quot; for current directory. I use default listing style of 1 for long listing.
评论 #33697118 未加载
harryvederci超过 2 年前
Might be nice if you can run any script as the &quot;viewer&quot;, and set it to do different things for different sections of the config file. So then you could open youtube rss feed items with mpv or youtube-dl, download podcast mp3 files instead of first reading what it&#x27;s about, etc.<p>With newsboat the scripting always feels a bit icky, even with something like Luke Smith his &quot;linkhandler&quot; script.
rogeliodh超过 2 年前
I&#x27;d love a cli like this for miniflux.app
donio超过 2 年前
Give it a maildir output option and it will be much more useful. Such tools already exist but the more options the better.
评论 #33676358 未加载
评论 #33677094 未加载
yyds8964超过 2 年前
Well, we wanna use Rssnix in our product, will that be possible?<p>Here is the link:<a href="https:&#x2F;&#x2F;github.com&#x2F;illacloud&#x2F;illa-builder" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;illacloud&#x2F;illa-builder</a>
评论 #33679007 未加载
anonymousnotme超过 2 年前
I like the simplicity of this. The source code is small, so one can easily change it as one needs and looks like other people have posted links to similar projects. Really appreciate this and the thread.
hestefisk超过 2 年前
Nice work! Love it.
Sniper1911超过 2 年前
just put it into an mbox file on &#x2F;tmp
TruffleLabs超过 2 年前
Looks like this is a command line RSS reader system(?)...
AndyMcConachie超过 2 年前
What does this thing do?
评论 #33675874 未加载