Click on the Releases tab, download the Alfred Workflow file.
Select the downloaded file and the import screen will open, click the import button to import.
This workflow uses configure file, so create a json file with an arbitrary name in an arbitrary location.
Specify the directory wanted to load in setting > paths
as an array example
After that, open up the Workflows screen in Alfred and select you just imported workflow, Add the path to the configuration file in Configure workflow and variables
- Name: 'setting_path'
- Value: path to configure file
previously add a deno
and phpstorm
path to PATH.
default keyword is ps
.
Every search is a partial match.
- Search by project name
ps project_param
- Search by directory name
ps :directory_param
- Search by directory and project name
ps :directory_param:project_param
Since this workflow only extracts directories under the specified directory and does not identify PhpStorm's projects, the I think it's better to specify the directory where only the PhpStorm is located as much as possible.