News feed in the terminal
Posted: 07 Oct 2012, 15:47
To get news feeds in the terminal you can install newsbeuter
The next thing to do is to create the ~/.newsbeuter directory:
Then we go in there and create the file urls:
and we enter one line in that file:
Well actually you can enter the url of any news feed that you follow in there, but this is the most important one.
But if you are dying to get the news from the Norwegian Mandriva forum you would add this line below the first line
Now you are ready to fire it up with the command but in order to renew the news you have to refresh it by hitting "r" all the time so we want to autoload the updates.
Therefor we create the file ~/.newsbeuter/config
and we put this single line in there:
and save it.
Now you have the news directly at your fingertips in the terminal/konsole or whatever you call it. I find it practical in the Guake terminal
Nobody will remember newsbeuter so make an alias for news and you will always remember it.



It is quite feature rich and it is good for mobile phones. You navigate in the text with arrows. It is very useful when you work with SSH.
The next thing to do is to create the ~/.newsbeuter directory:
Code: Select all
mkdir .newsbeuterThen we go in there and create the file urls:
Code: Select all
sudo nano ~/.newsbeuter/urlsand we enter one line in that file:
Code: Select all
http://bjoernvold.com/forum/feed.phpWell actually you can enter the url of any news feed that you follow in there, but this is the most important one.

But if you are dying to get the news from the Norwegian Mandriva forum you would add this line below the first line
Code: Select all
http://forum.mandriva.com/no/feed.php?mode=topicsNow you are ready to fire it up with the command
Code: Select all
newsbeuterTherefor we create the file ~/.newsbeuter/config
Code: Select all
sudo nano ~/.newsbeuter/configand we put this single line in there:
Code: Select all
auto-reload yesand save it.
Now you have the news directly at your fingertips in the terminal/konsole or whatever you call it. I find it practical in the Guake terminal
Nobody will remember newsbeuter so make an alias for news and you will always remember it.
It is quite feature rich and it is good for mobile phones. You navigate in the text with arrows. It is very useful when you work with SSH.