#Do Things
An Alfred Workflow for controlling Things.app
##The Commands
So far, Do can only do 3 things:
- Add a new task to the Inbox or "Today" lists
- List and completed the tasks in the inbox and "Today" lists
- List your projects and the items in them
- Log your completed tasks
- Empty the trash
To list the tasks to the inbox, the command is
do inbox
Alfred will display the items in the inbox, and if you action one of them, it will mark the item as completed.
To add an item to the inbox, just keep typing! For example, the command
do inbox example task
will add a task named "example task" to the inbox.
Please note that the option to add a new item to the list appears among the items in the list. I will be looking into solving this issue in the very near future.
The "Today" list works just like the "inbox" ones, just substitute "inbox" for "today", like this
do today
or this
do today example task
To access a list of projects, the command is
do projects
When you action one of those options (which will appear in the dropbown), it will display the list of tasks for that list.
To log the completed tasks, the command is
do log
To empty the trash, the command is
do empty
Select message in Mac Mail. Alfred will add a todo to things with the title of the of the selected email. It will add the tags email and the account the email was received. It will also add a link back to the message. The title of the link will be the sender of the message | the message title
. The command is
do mail
##Contact Information
If you want to get a hold of me, feel free to contact me on Twitter: @alexlafroscia. I'd love to get some feedback, positive or negative, as well as suggestions and tips on improving Do!