alfred-open-in-webstorm
v1.3.0
Published
Alfred workflow to open in WebStorm
Downloads
12
Readme
Alfred Open in WebStorm
Alfred 4 workflow to open in WebStorm.
Feature
- Search projects and open in WebStorm.
- Search projects and reveal in Finder.
- Open selected file in WebStorm.
- Fuzzy search.
Installation
npm i -g alfred-open-in-webstorm
.- Configure workflow, set
Project directories
to the glob pattern to match your project directories. e.g./Users/vivaxy/Developer/*/*
. This will find projects like/Users/vivaxy/Developer/github/alfred-open-in-vscode
and/Users/vivaxy/Developer/gitlab/alfred-open-in-webstorm
.
Usage
- Type
ws
with a space to search. Pressenter
to open selected project in WebStorm. Holdcommand
and pressenter
to reveal in Finder. - Select a file in Finder, type
ws
(without space) and pressenter
to open this folder in WebStorm.