<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>Apple Views &#187; command</title> <atom:link href="http://applevie.ws/tag/command/feed/" rel="self" type="application/rss+xml" /><link>http://applevie.ws</link> <description>Seeing Apple Differently.</description> <lastBuildDate>Fri, 05 Mar 2010 00:29:31 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Add A Twitter Feed To Your Desktop Using GeekTool</title><link>http://applevie.ws/2009/11/add-a-twitter-feed-to-your-desktop-using-geektool/</link> <comments>http://applevie.ws/2009/11/add-a-twitter-feed-to-your-desktop-using-geektool/#comments</comments> <pubDate>Mon, 02 Nov 2009 09:34:48 +0000</pubDate> <dc:creator>Tina Brunner</dc:creator> <category><![CDATA[Mac User Tools]]></category> <category><![CDATA[command]]></category> <category><![CDATA[GeekTool]]></category> <category><![CDATA[shell command]]></category> <category><![CDATA[twitter feed]]></category><guid isPermaLink="false">http://applevie.ws/?p=1199</guid> <description><![CDATA[
Here is an easy way to pull up your feeds from your Twitter friends timeline using GeekTool:
I found this command to be the easiest to implement and thought I’d share it with you. It isn’t too hard to do.
Twitter Feeds (the easy way)
Once you open GeekTool, open a new Shell Command and enter the [...]]]></description> <content:encoded><![CDATA[<p><a href="http://applevie.ws/wp-content/uploads/2009/11/twittertimeline.png"><img class="alignnone size-full wp-image-1403" title="twittertimeline" src="http://applevie.ws/wp-content/uploads/2009/11/twittertimeline-461x288-custom.png" alt="twittertimeline" width="461" height="288" /></a></p><p>Here is an easy way to pull up your feeds from your Twitter friends timeline using GeekTool:<br /> I found this command to be the easiest to implement and thought I’d share it with you. It isn’t too hard to do.<br /> <strong> </strong><br /> <strong>Twitter Feeds (the easy way)</strong></p><p>Once you open GeekTool, open a new Shell Command and enter the following information:</p><p><code>curl -s -u username:password http://twitter.com/statuses/friends_timeline.rss | grep title | sed -e 's/&lt;title&gt;/ /' | sed -e 's/&lt;\/title&gt;/ /'</code></p><p>(<strong>NOTE: Insert your Twitter user name for username: and your Twitter password for :password</strong>)<br /> Change the fonts, colors, etc. to whatever you choose and Voila! You’ve got a feed on your screen.<br /> If any readers have other ways to add feeds, feel free to comment below and share the wealth with our fellow readers!</p> ]]></content:encoded> <wfw:commentRss>http://applevie.ws/2009/11/add-a-twitter-feed-to-your-desktop-using-geektool/feed/</wfw:commentRss> <slash:comments>3</slash:comments> <enclosure url='http://applevie.ws/wp-content/uploads/2009/11/twittertimeline.png' length ='91967'  type='image/jpg' /> </item> </channel> </rss>