2.0.0 • Published 6 years ago
alfred-sublime v2.0.0
Alfred Sublime Workflow
Simple workflow that allows you to browse and open Sublime projects.
Requirements
- NodeJS 10+
- Sublime Text 3
- ProjectManager package
- Alfred 4 with paid Alfred Powerpack
Installation
NPM (preferred)
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-sublimeGitHub
- Download the latest
Sublime.alfredworkflowfrom GitHub. - Double click
Sublime.alfredworkflow.
Usage
Simply type subl followed by space to list all projects. Optionally type a search string to filter results.
Troubleshooting
No projects are listed by the
sublcommand
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.