Linux command
snownews 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start Snownews
snownews
Import feeds
snownews --import [path/to/feeds.opml]
Start with a custom URL file
snownews --url [path/to/urls]
Force update
snownews --update
说明
Snownews is a lightweight command-line RSS feed reader designed for text terminals. It supports RSS 0.91, 1.0 (RDF), and 2.0 formats. The interface is simple and keyboard-driven, with feeds displayed in a list format. Snownews maintains a local cache to minimize network traffic and supports HTTP proxies, HTTP authentication (basic and digest), and cookies. Feed URLs can be imported from OPML files for easy migration from other readers. By default, URLs in feeds are opened with a text-mode browser like Lynx, but this can be configured to use any browser. Configuration files are stored in ~/.snownews/ including the URL list and settings.
参数
- --import _file_
- Import feed subscriptions from an OPML file.
- --url _file_
- Use a custom URL file for feed list.
- --update
- Update all feeds on startup.
- --charset _charset_
- Force a specific character set if auto-detection fails.
- --cursor
- Always display the cursor on screen.
- --help
- Display help information.
- --version
- Display version information.
FAQ
What is the snownews command used for?
Snownews is a lightweight command-line RSS feed reader designed for text terminals. It supports RSS 0.91, 1.0 (RDF), and 2.0 formats. The interface is simple and keyboard-driven, with feeds displayed in a list format. Snownews maintains a local cache to minimize network traffic and supports HTTP proxies, HTTP authentication (basic and digest), and cookies. Feed URLs can be imported from OPML files for easy migration from other readers. By default, URLs in feeds are opened with a text-mode browser like Lynx, but this can be configured to use any browser. Configuration files are stored in ~/.snownews/ including the URL list and settings.
How do I run a basic snownews example?
Run `snownews` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --import _file_ do in snownews?
Import feed subscriptions from an OPML file.