Jump to content

jordic

Member
  • Posts

    17
  • Joined

  • Last visited

Posts posted by jordic

  1. Only the very first version of the workflow used a cache. If you're still using the initial version you should get the later one off of Packal. If you're already using the latest version then you can go into the workflow directory and run './menudump --yaml -- pid <n>' from the command-line to see what the script thinks the menu structure is for a given app. You get the pid number from the ps command, e.g., 'ps -ef'.

     

    Thanks. Now I understand why I couldn't find anything related to caching in the code :-)

  2. I use menu search all the time in Apple mail to move email to local email boxes. Since yesterday it's acting up. But only in Apple Mail.

     

    I want to reset or remove the cache to see if that helps. Where can I find this cache on the filesystem? Any help is appreciated!

  3.  

    One of the biggest challenges to make this workflow and its “sibling” work is that Alfred does not read your PATH and other things that your terminal does when starting. Different users also have different shells and configurations, which makes it harder to set this up in a way that works for everybody. This last update addresses those issues, in some form.

     

    Can you please tell me what is your default shell (bash, zsh, other), where it’s located (are you using /usr/bin/zsh/, or /usr/local/bin/zsh, for example), what command you’re trying to run that fails, and how did you install it (is it a system command, or did you get it from homebrew or some other means)? Basically, the more details, the better.

    I'm running Mavericks, latest DP (legit I'd like to add). 

     

    Shell:

    /bin/bash (out-of-the-box)

    GNU bash, version 3.2.51(1)-release (x86_64-apple-darwin13)
    Copyright © 2007 Free Software Foundation, Inc.
     
    Finder:
    select my homefolder
     
    Command (nothing works): 
    touch HelloWorld.txt
    /usr/bin/touch HelloWorld.txt
     
    I do have HomeBrew installed, but I assume that's not relevant for the command above.
     
    Your help is greatly appreciated!
  4. FYI guys, robhor's Repo Workflow is working beautifully. I would recommend using that and let Tom concentrate on the backend.

     

    I started using robhor's Repo Workflow right when it was made available, but I think that workflows posted on the repository should work for everyone. If not, they should be removed. I'm happy to help debugging and see if we can sort out why it's not working, but we need tomhunt's help for that. In any case; I really appreciate both robhor's and tomhunts hard work :-)

  5. Hi, 

     

    I've created a simple workflow to manage my 'alfred ignore list'. It reuses some PHP code from jdwarrior. I hope that's not a problem :-)

     

    The workflow contains a file action to add the alfred:ignore comment to a file. This will make Alfredapp ignore the file and not show it as a search result anymore. Type 'ignorelist' to display a list of all currently ignored files. Selecting a file will remove all spotlight comments (beware!) and will make Alfred list it in the search results again. 

     

    I hope it's of use to anyone else. It helps me to get rid off all the annoying and useless apps showing up in my results. Again, it blatantly removes all spotlight comments right now and I've not tested it thoroughly yet, but I'll try to fix any issues asap.

     

    You probably need to reload Alfred's cache after using this workflow: just type 'reload' and select 'Reload Alfred Cache'.

    PS: Any way to do that programmatically?

     

    Download: http://cl.ly/3P092T38282j

     

    regards, J.

×
×
  • Create New...