Skip to content

scroll text from right to left  #2

@trappedinspacetime

Description

@trappedinspacetime

Hi,
First of all, I congratulate you on your project. I find it useful.
I use Tickr RSS reader. It streams the rss feeds horizontally on the screen. But it doesn't support https protocol.

The following bash script streams the rss feeds in the terminal:

     while true;do n="$(curl -s https://news.yahoo.com/rss/|sed 's/</\n/g'|grep "title>"|sed -e '/^\// d' -e 's/title>/---------- /g' -e '1,3d'|tr '\n' ' ')";for i in $(eval echo {0..${#n}});do echo -ne "\e[s\e[0;0H${n:$i:$COLUMNS}\e[u";sleep .15;printf \\033c;done;done

I piped it to xtext but xtext can not handle it.
I am thinking of a way to make it work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions