- Created by Cloudstek
- π Last Updated: 07/07/22 15:15:11
- π Stars on GitHub: 0
- Love this? Consider supporting the creator by Starring or Sponsoring this on GitHub!
- Get Latest Release
- Get Source Code
From their README
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-sublime
GitHub
- Download the latest
Sublime.alfredworkflow
from 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
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.