Jump to content

jdfwarrior

Member
  • Posts

    2,028
  • Joined

  • Last visited

  • Days Won

    55

Reputation Activity

  1. Like
    jdfwarrior got a reaction from Kennon in Workflow updates through public repository   
    I would highly doubt that Alfred would ever support this but it could be done with extensions/workflows. I made the Extension Updater for Alfred 1.x. I'll probably try to get something similar going again this time, I just haven't had a chance yet.
     
    We'll get things figured out.. Remember, it hasn't even been a week yet
  2. Like
    jdfwarrior got a reaction from Sridhar Katakam in Search Mail.app Workflow   
    Search Mail.app for email messages matching the search query passed.
     
    http://d.pr/f/FVd2
     
    A few have reported with this not working so I went back and added the option in mdfind to search in a specific folder so that hopefully it would find those results. Report any issues
     
    UPDATE: Based on schoeps comment below, I realized that the search I was performing was queueing off of kMDItemKind == 'Mail Message' and depending on your local language, that may not be the appropriate value. So I changed it to search on kMDItemContentType which should be the same across the board. I have confirmed that it works in English and Italian at least.
     
    UPDATE: I removed the -onlyin argument from mdfind. Removing the specified folder helps in finding the files with alternate language OS's.
  3. Like
    jdfwarrior got a reaction from twinpeaks in Workflow Repository?   
    This is just a temporary solution while Alfred is still in beta. 
  4. Like
    jdfwarrior got a reaction from OliverJAsh in Workflow Repository?   
    This is just a temporary solution while Alfred is still in beta. 
  5. Like
    jdfwarrior got a reaction from Weaselboy in Applescript Support in v2 Beta   
    Several people have mentioned that Applescript's don't work in the first beta of Alfred 2. The Applescript support IS there, it just hasn't been finished. At it's current state, to use Applescript, the code MUST be wrapped. See example below.
    on alfred_script(q) tell application "Finder" to activate end alfred_script  
    It has to be wrapped with alfred_script in order to work at this point. For further examples, see my Rdio workflow that has already been posted. It uses Applescript to control the local Rdio application.
×
×
  • Create New...