Jan
14
Display Remember the Milk Tasks on your Desktop (Mac OS X)
January 14, 2010 | 3 Comments

Geek Tool Pref Pane
I use iCalBuddy and GeekTool to display the upcoming events from my calendar on my desktop.
When I started using Remember the Milk I decided I wanted my tasks to show on there, too.
I don’t know if I have a terrible memory or a long list of things to do but it looks like I can’t get too organized.
Anyway, I googled my way through the following process (I apologized in advance but I somehow lost the links that led the way)
- Of course, you need to download and install Geek Tool
- Of course, you need to have a Remember the Milk account (free or pro)
- Open system preferences -> Geek Tool
- Drag the “Shell” icon to your desktop, a window appears allowing you to edit the Geek Tool command while a frame appears on your desktop allowing you to place your RTM tasks as you wish on the desktop
- To load your RTM tasks, enter the following command :
curl –user username:password url | grep -E ‘(<li>)’ | sed -e ‘s/<[^>]*>//g’ | sed -e ‘s/ \;//g’ | sed -e ‘s/&bull\;/*/g’
and replace username and password by your rtm credentials. As for the URL, you can obtain it by going to your tasks and copy your RSS feed url - That is it, your task list will now appear on your desktop and using the geek tool panel you can tweak the properties to make them look like you want
I hope you will not forget anything important in the future (though so many things are not as important as they seem to be ; I forgot to sign up for college once – true story)
Tagged with: Geek Tool, GTD, Remember the Milk, Tasks
Liked this page?
Subscribe to the RSS feed or sign up for the newsletter now.
@alheim, your RTM tasks your your OS X desktop, I think you'll like it: http://bit.ly/4WaqoU #gtd
Here you find a slightly more sophisticated way to get the info from RTM to Geek Tool: http://www.rememberthemilk.com/forums/tips/8518/
Thanks a lot for sharing this link here. Great script!