Jump to content

jacoblo

Member
  • Posts

    10
  • Joined

  • Last visited

Posts posted by jacoblo

  1. My first shared workflow and can most likely be improved. Recently switched from Toodist to Tick Tick but was frustrated by lack of Alfred (and Google Assistant) integrations. Also using the same script with IFTTT to enable basic Google Home support for Tick Tick.

     

    Instructions:

    1. Add to Alfred.
    2. Add your email adress and password in the workflow settings.
    3. Default is that they are created in the inbox.
    4. If you prefer, you can change the bin/bash script to python tick.py -t '{query}' -p PROJECTID to place it in a specific list. List/projectid can be found in the url while using web version of Tick Tick.

     

    File:

    https://jmp.sh/Q161DZS

     

    Questions?

    Questions ask away and I will do my best to answer. No plans (nor knowledge) for any more advanced features but if anyone would like to use any of it to build something more advanced then feel free to do so!

     

     

     

    Screenshot 2018-12-01 at 00.53.56.png

    Screenshot 2018-12-01 at 17.51.33.png

    Screenshot 2018-12-01 at 17.51.24.png

  2. Thanks. Workflow works but must be some better way to do this and change the default behaviour?

     

    Tried the Finder settings but that didnt work either. Seems like Mac OS X doesn't allow "external" requests to open a new tab and forces to a new window unfortunately. Any thoughts from Alfred team on this?

  3. Love the input and didn't even know about the debugger mode :)

     

    The preset triggered this:

    [iNFO: alfred.workflow.input.scriptfilter] Processing output 'alfred.workflow.action.script' with arg '{"action": "load_preset", "preset_name": "feetup"}'

     

    But right after that I found in the documentation that I can create a hotkey, set text input to preset's name (in this case feetup) and connect it with the Run Script bin/bash that the other hot keys are connected with. Works like a charm and might be of help for others :)

     

    Thanks for your help!

  4. 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!

×
×
  • Create New...