Jump to content

Stacks

Member
  • Posts

    13
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    Stacks reacted to vitor in Unable to Execute CLI Application with user variable   
    Indeed. This is the correct approach.
     
     
    Instead of /Users/username, do ${HOME} which works the same but will be relative to the user.
     
    Alternatively, do source ~/.zshenv beforehand as that’s bound to be the difference (see Alfred release notes).
     
    To understand more, see Understanding the Scripting Environment.
  2. Like
    Stacks got a reaction from actionjoe in TOD Todoist Wrapper   
    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. (I use my Todoist Inbox as my single GTD Inbox across all platforms and clients - from Email, phone, camera, etc)
     
    I previously used the https://github.com/moranje/alfred-workflow-todoist 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). 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 (https://github.com/alanvardy/tod)
     
    So, I wrote an Alfred wrapper for it that adds the tasks to the Inbox and makes my workflow much more efficient. 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  

    Workflow can be found here https://github.com/stacksjb/AlfredTodWorkflow (or on Packal once approved)
  3. Thanks
    Stacks reacted to Ben428 in TOD Todoist Wrapper   
    Thank you! This is just what I have been hoping for since I started using Todoist. It is working perfectly for me. 
  4. Thanks
    Stacks reacted to erstaples in TOD Todoist Wrapper   
    I went through the trouble of creating an account just to say thank you for creating this (and introducing me to the `tod` CLI). This is exactly what I was looking for, and I was hoping I wouldn't have to code my own. 
×
×
  • Create New...