
The GitHub repo only includes the packaged Workflow, not the contents.I don’t think cargo installs to a location Alfred sees by default ( the PATH), so further instructions should be required if you’re not shipping the tool. Assuming it can be done, shipping the command-line tool with the Workflow is a better experience for users.Also, always quote your variables in Bash and Zsh. In the Run Script, you can replace everything with tod -t "$", the query assignment is redundant.If in the future you need to change the tool to another written in a different language, it won’t match. I recommend against that because the language is irrelevant to users. Took a quick look and nothing is inherently “wrong”, so take these as mere tips for you to pick and choose: I'm fairly new at this, so I would love any feedback on the way I did it Workflow can be found here (or on Packal once approved) I wanted to share in hopes that it is helpful - I'm fairly new at this, so I would love any feedback on the way I did it So, I wrote an Alfred wrapper for it that adds the tasks to the Inbox and makes my workflow much more efficient.

Since my primary workflow requires fast input of a single entered string, I went looking for a new solution, and I found a great CLI app that adds tasks extremely efficiently here ( ) I previously used the workflow, but the structured format was offputting, and it began to truncate many of my tasks after the last update (so I would get tasks in my Inbox that only contained half of what I had entered).


(I use my Todoist Inbox as my single GTD Inbox across all platforms and clients - from Email, phone, camera, etc) My primary workflow within Todoist and Alfred is to quickly capture any ideas on my mind and put them into my Todoist inbox for later GTD processing, categorization, and labeling during my daily/weekly review sessions.
