Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

wim-web/alfred_open_phpstorm

Repository files navigation

Open PhpStorm Project From Alfred

日本語README

Requirements

deno_version

Install Deno

Install and Setup

Install

Click on the Releases tab, download the Alfred Workflow file.

Setup

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

configure_button add_variables

  • Name: 'setting_path'
  • Value: path to configure file

Add a path to PATH

previously add a deno and phpstorm path to PATH.

How to use

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

Notice

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published