Jump to content

Greth

Member
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Greth

  1. I just posted this in another topic funnily enough, yeah this particular app is hardcoded so you need the Alfred 2 folders: 

    EGGPREFS="$HOME/Library/Application Support/Alfred 2/Workflow Data/carlosnz.eggtimer2"
    EGGWD="$HOME/Library/Caches/com.runningwithcrayons.Alfred-2/Workflow Data/carlosnz.eggtimer2"

    Which are ~/Library/Application Support/Alfred 2/ and ~/Library/Caches/com.runningwithcrayons.Alfred-2/. If you have those folders it does work with Alfred 3, as I use it all the time. 

  2. Just a warning there are some old Alfred workflows have hardcoded the Alfred 2 folders (I'm thinking about the EggTimer app in particular) so you might not want to delete the other folders. 

     

    In my case, it uses the "com.runningwithcrayons.Alfred-2" and ~/Library/Application Support/Alfred 2 in the code 

    EGGPREFS="$HOME/Library/Application Support/Alfred 2/Workflow Data/carlosnz.eggtimer2"
    EGGWD="$HOME/Library/Caches/com.runningwithcrayons.Alfred-2/Workflow Data/carlosnz.eggtimer2"

    Don't know how many other workflows use them but that's one. 

×
×
  • Create New...