This workflow for Alfred 5+ allows you to quickly search sites that are parked or linked with Laravel Valet, and open them in your default browser or code editor.
- Ensure you have installed and configured Laravel Valet.
- Download Site-Search-for-Valet.alfredworkflow.
- Double click the
Site-Search-for-Valet.alfredworkflow
file to install it.
Before you can start using this workflow, set your preferred code editor in the workflow configuration. You may do this by clicking "Configure Workflow" in Alfred.
You may use the file browser to select your editor, or specify a terminal command by typing it into the input.
Type valet
to trigger the workflow
You may enter the *
character to list all sites.
valet *
You may search for sites by name by typing a partial name or the entire name of the site.
valet mysite
Select the site you wish to open and press return. The default action is to open the site in your systems default browser.
To open a result in your defined code editor, press the ⌘
key on your keyboard before selecting the site.
This workflow is open-sourced software licensed under the MIT license.