Simple workflow that allows you to browse and open Sublime projects.
- NodeJS 10+
- Sublime Text 3
- ProjectManager package
- Alfred 4 with paid Alfred Powerpack
This workflow can be installed with Yarn/NPM, as an added bonus you'll get a notification when an update is available!
yarn add -g alfred-sublime
# or
npm install -g alfred-sublime
- Download the latest
Sublime.alfredworkflow
from GitHub. - Double click
Sublime.alfredworkflow
.
Simply type subl
followed by space to list all projects. Optionally type a search string to filter results.
No projects are listed by the
subl
command
Please check that the directory ~/Library/Application Support/Sublime Text 3/Packages/User/Projects
exists and that it contains .sublime-project
files.
Also check out the debug output, see the Using the Workflow Debugger section of the Alfred documentation.