Jump to content

Wunderlist Add Task - Very basic email adder


Recommended Posts

I was a little frustrated by the solutions to add tasks to Wunderlist and decided to try it myself. Very basic and can probably be done way more efficient but might help someone and decided to share it.

 

  • Keyword triggered, in my case "wun".
  • Triggers command to send mail to me@wunderlist from my email with the new query.
  • The new task is added to Wunderlist's Inbox without opening Wunderlist.

 

Script:

mail -s "{query}" "me@wunderlist.com" -f jacob.leander.olsson@gmail.com <<EOF
Added from Alfred
EOF

Link:

https://db.tt/ES8t3PEL

 

Feedback, thoughts and improvements are always welcome!

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...