Jump to content

khoker

Member
  • Posts

    5
  • Joined

  • Last visited

Posts posted by khoker

  1. If you've used Things by Cultured Code, you may know it has the ability to capture the URI of whatever email has focus in Mail.app.  It ends up looking something like;  "message:%3Ca303321e-60dc-5Bb6-8f66-ef8e8a432ddd@atl2s33mta218.xt.local%3E".   And you can open that URI in Terminal and go directly to the message.

       

    Now that Alfred Automations has the "Current Safari Tab" functionality, could we get one added for "Current Mail Message"?

     

     

  2. 18 hours ago, deanishe said:

     

    You can already do it with Script Filters, as it's entirely up to you what happens when your script is run. All you need to do is:

    
    [[ "$1" = "c" ]] && open Calendar

     

    Yes you can, but at the same time there are other actions that could be chained beyond launching apps.  Even then,  you do lose some functionality.  For example, the Alfred action to launch applications has the ability to "Toggle visibility for apps", which will hide an application if it's already open.  

  3. I'm basically looking to create a one-handed app launcher that's as simple and painless as possible.  The idea is that you can just double-tap a modifier key (e.g.,  Command) and then type a single character to launch an application.  For example;  Command+Command + c would open Calendar.app.  The trick is not requiring the user to hit enter, as that's just an extra step.  Thinking this should be easy but I'm not sure I see a way to get around hitting enter to move to there next step.

     

    Current workflow looks like this;

     

    1)  [hotkey]  Double-tap Command -- this opens alfred and links to a script filter

    2)  [script filter] set to argument required, user types 'c', script processes and filters to an item (e.g., Calendarl)

    3)  ???

    4)  [launch app]  Launch Calendar.app

    5)  Profit

     

    Any thoughts?

     

×
×
  • Create New...