Skip to content

RSS reader

Francesco edited this page Oct 31, 2017 · 16 revisions

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.

Add an RSS feed

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

Remove an RSS feed

rss -rm [ID]

Print the content of an RSS feed

rss -l [ID]

Update settings

Temporary hide an RSS feed

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.

Change the update time

`rss -update_time [ID] [update time in seconds]

Change the base feed color

rss -color [ID] [color]

Change the feed format

rss -format [ID] [format]

Format guidelines

%[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.

Clone this wiki locally