b5 Alfred Workflow
Alfred 3 workflow for quicker access to your favorite development tool (b5!)
Usage
- b5conf - Opens the workflows
settings.json
in your systems default editor. - b5set project_name - lists all b5 projects in your working directory (needs to be set in
settings.json
). Select one to set it as the active project. - b5 task_name - Lists all tasks defined in the active projects
Taskfile
. Select a task to execute the b5 task inside your active projects directory.
Configuration
The default settings.json
looks like this:
{
"__workflow_last_version": "0.1.0",
"active_project": "",
"working_dir": ""
}
Add your projects directory path as working_dir
to enable the workflow to list your local b5 projects.