Rssfs – An RSS reader written as a file system

栏目: IT技术 · 发布时间: 3年前

内容简介:Are you unsure how to read RSS feeds? Why don't you just mount them?It will mirror RSS and Atom feeds as file systems. Example file system structure for one feed with two articles:This software is written and tested mainly on macOS with

rssfs: A RSS reader as a file system

Are you unsure how to read RSS feeds? Why don't you just mount them?

What does this software do?

It will mirror RSS and Atom feeds as file systems. Example file system structure for one feed with two articles:

/tmp/mnt/rssfs/Open Source Feed/Hello World.html
/tmp/mnt/rssfs/Open Source Feed/Second Article.html

Compatibility

This software is written and tested mainly on macOS with OSXFUSE . Other FUSE implementations should work as well. Note that Windows support is still a work in progress and does not really exist yet. (Contributions welcome!)

Build

cd rssfs
go build

(You'll need GO111MODULES to be set to "on"!)

Configure

Copy rssfs.hcl-example as rssfs.hcl to your configuration directory and adjust your settings. The required path is:

%APPDATA%\rssfs.hcl
$HOME/Library/Application Support/rssfs.hcl
$XDG_CONFIG_HOME/rssfs.hcl

Set a mountpoint or, on Windows, a driveletter and one or more feeds which can be inside or outside a category. (Categories are not required. Subcategories are not supported.)

Run

macOS and other non-Windows machines

sudo ./rssfs

Windows

Not implemented yet. Sorry.


以上所述就是小编给大家介绍的《Rssfs – An RSS reader written as a file system》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

MFC编程技巧与范例详解

MFC编程技巧与范例详解

曾凡锋、苗雨 / 清华大学出版社 / 2008-10 / 45.00元

本书集作者多年教学与软件开发经验,通过不同类型的实例详解向读者解读了如何使用MFC进行软件开发,并按实例的复杂度进行分级介绍,以满足不同层次读者的切实需要。. 本书共55个完整实例,均选自作者多年工程应用开发中的案例;内容共分14章,分别为MFC的基本概念、文档和视图、对话框、按钮控件、编辑控件、组合框控件、列表框控件、列表视图控件、树状视图控件、图像、多媒体、GDI与GDI+、网络编程、I......一起来看看 《MFC编程技巧与范例详解》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具