b5

An Alfred Workflow


Short Description

Alfred integration for your favorite development tool

Last Updated

16 Apr 2019

Compatibility

Yosemite
(10.10)
Mavericks
(10.9)
Mountain Lion
(10.8)
Lion
(10.7)
Snow Leopard
(10.6)
Yes Yes Yes Yes Yes
 

Version

0.1
 

Bundle ID

de.team23.b5-alfred
 

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.

Made With

Screenshots