alfred2-sublimeprojects icon indicating copy to clipboard operation
alfred2-sublimeprojects copied to clipboard

No Favourites Found

Open tyssen opened this issue 11 years ago • 9 comments

I've installed the workflow but when I type sub I get No Favourites Found.

tyssen avatar Dec 05 '13 23:12 tyssen

Hi, I hope this will help you:

  • open Alfred Preferences
  • click on the "Workflows" icon in the top menu
  • select "Sublime Text Projects by bigluck" in the left panel
  • double click on the "sub Script Filter" icon in the right panel
  • select the "with space" checkbox and save.

bigluck avatar Dec 06 '13 12:12 bigluck

Yes, that's now finding projects but when I hit return, nothing happens.

tyssen avatar Dec 06 '13 22:12 tyssen

Have you follow the install instructions here: https://github.com/BigLuck/alfred2-sublimeprojects

You need to install the subl command line tool.

bigluck avatar Dec 06 '13 22:12 bigluck

Yep, already done that. Or at least when I run the command, I get ln: /Users/tyssen/bin/subl: File exists.

tyssen avatar Dec 06 '13 22:12 tyssen

And when I run env EDITOR=subl crontab -e, it opens an ST3 window, so I guess it must be installed OK.

tyssen avatar Dec 06 '13 22:12 tyssen

It worked perfectly for me after I followed BigLuck's instructions. Thanks BigLuck!

SpaceK33z avatar Dec 09 '13 20:12 SpaceK33z

I just had the same problem (nothing happening after pressing return) and fixed it by specifying the full path to subl in the scripts. In my case, /usr/local/bin/subl

Hope that helps.

tyson avatar Dec 17 '13 22:12 tyson

I'm sorry but I can't reproduce this bug in my mac.

This workflow simply call subl -n --project "{query}", where {query} is the full path of the selected .sublime-project file.

bigluck avatar Dec 20 '13 17:12 bigluck

@tyson this might help: https://stackoverflow.com/questions/12326098/sublime-text-subl-shortcut-not-working-ln-users-edmundmai-bin-subl-no-such-f

walterrenner avatar Feb 26 '14 18:02 walterrenner