-
Notifications
You must be signed in to change notification settings - Fork 275
RSS reader
T-UI beta 6.4 introduced a great new feature: RSS reader. The system is pretty easy to understand, but you'll need to know what an RSS feed is, and also how XML works.
rss -add [ID] [update time in seconds] [URL]
- [ID] -> a unique number that you'll use in future to set up your RSS feed
- [update time in seconds] -> the number of time that will pass between two RSS feed updates
- [URL] -> the URL of your RSS feed
rss -rm [ID]
rss -l [ID]
rss -show [ID] [true/false]
If the second argument is false, you won't receive updates from that feed anymore, but it will be updated silently.
`rss -update_time [ID] [update time in seconds]
rss -color [ID] [color]
rss -format [ID] [format]
%[length][color]tag
The values between square brackets ([]) are optional, feel free to exclude them if you want.
tag is the name of the feed tag that you want to show ("title", "description", ...)
For instance:
%[1000][teal]title --- %[50][#00ff00]description (%pubDate)
The tag link will show a direct link (if available) to the corresponding webpage.
Francesco Andreuzzi, Italy, [email protected]