A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
-bash/zsh: rsstail command not found # Windows (WSL2) sudo apt-get update sudo apt-get install rsstail # Debian apt-get install rsstail # Ubuntu apt-get install rsstail # Kali Linux apt-get install rsstail # OS X brew install rsstail # Raspbian apt-get install rsstail # Dockerfile dockerfile.run/rsstail
rsstail 解析 RSS 提取阅读,然后输出类似于 tail 命令,RSSTail 或多或少是一个 RSS 阅读器:它可以监测 RSS 提要,如果它检测到新条目,它就会只发出该新条目。
rsstail [OPTIONS]... -u URL
OPTIONS This is a Few Description on the main options for rsstail -t Show timestamp. -N Do not show headings -Z X Add heading 'x' -l Show link -d Show Description -p Show Publication date -a Show author -c Show comments -b X Where X is the limit in bytes for description/comments -z Continue even if there are XML parser errors in the RSS feed. -n X Initially show X items -H Strip HTML tags -o X only show items newer than X[s/M/h/d/m/y] -u URL URL of RSS feed to tai -i Seconds check interval in seconds (default is 15 minutes) -r Print in reverse order -x Proxy proxy server to use (host[:port]) -y ProxyAuth proxy authorization (user:password) -P do not exit when an error occurs -v be verbose (add more to be more verbose) -h Help output -V Show version of program.
rsstail 显示给定 URL 的 feed 并等待新条目出现在底部:
rsstail -u url
rsstail 按时间倒序显示信息(较新的信息显示在底部):
rsstail -r -u url
rsstail 包括出版日期和链接:
rsstail -pl -u url
rsstail 设置更新间隔:
rsstail -u url -i interval_in_seconds
rsstail 显示提要并退出:
rsstail -1 -u url