I’ve used various Remember the Milk plugins for Alfred but none of them cope with any input and reproduce it faithfully in the resulting task. Here’s a plugin that does. You need Alfred’s Power Pack to use this.
$ sudo gem install rumember $ ru # Agree to authenticate rumember, then press Enter in the terminal when authenticated
Now install this plugin. It’ll use “todo” as the keyword by default but that’s easily changed under ‘Workflows’ in Alfred’s settings should you wish.
Mine always says “Failed to Add”.
@Harish – It probably can’t find `ru`. Try replacing the first line of the middle part of the script with `/usr/local/bin/ru “{query}”` instead of `ru “{query}”`. That should let it know where to find it.