πŸ‡ Alfred Workflow for Working with the Bunch app

Today I finally decided to install and try Cluster.

When I try to run bbo or bbe, I don’t get list of my bunches. Commands like bbh or bbw works.

Alfred version: 5.5 [2257]
Bunch version: Version 1.4.17 (180)
Cluster version: v1.0.1 (Downloaded today, 2024-06-05)

Below I paste result from debug window in Alfred preferences while trying to run bbo command:

[20:21:12.724] Cluster (for Bunch)[[Script Filter](alfredpreferences:workflows%3Eworkflow%3Euser.workflow.2476C4AC-9564-4953-816F-68048A302410%3E26C75914-9F31-44A2-9F10-796259F2C28A)] Queuing argument '(null)'
[20:21:13.430] Cluster (for Bunch)[[Script Filter](alfredpreferences:workflows%3Eworkflow%3Euser.workflow.2476C4AC-9564-4953-816F-68048A302410%3E26C75914-9F31-44A2-9F10-796259F2C28A)] Script with argv '(null)' finished
[20:21:13.431] Cluster (for Bunch)[[Script Filter](alfredpreferences:workflows%3Eworkflow%3Euser.workflow.2476C4AC-9564-4953-816F-68048A302410%3E26C75914-9F31-44A2-9F10-796259F2C28A)] {"items": [
	{
		"uid": "ejs",
		"arg": "ejs",
		"autocomplete": "ejs",
		"title": ""Eloquent JavaScript"",
		"icon":
		{
			"path": "./bunch.png"
		}
	},
	{
		"uid": "Example",
		"arg": "Example",
		"autocomplete": "Example",
		"title": "Example - Edit First!",
		"icon":
		{
			"path": "./bunch.png"
		}
	}
]}
[20:21:13.432] ERROR: Cluster (for Bunch)[[Script Filter](alfredpreferences:workflows%3Eworkflow%3Euser.workflow.2476C4AC-9564-4953-816F-68048A302410%3E26C75914-9F31-44A2-9F10-796259F2C28A)] JSON error: Badly formed object around line 6, column 13. in JSON:
{"items": [
	{
		"uid": "ejs",
		"arg": "ejs",
		"autocomplete": "ejs",
		"title": ""Eloquent JavaScript"",
		"icon":
		{
			"path": "./bunch.png"
		}
	},
	{
		"uid": "Example",
		"arg": "Example",
		"autocomplete": "Example",
		"title": "Example - Edit First!",
		"icon":
		{
			"path": "./bunch.png"
		}
	}
]}

Update

The reason I didn’t got my bunches was because one of them had title surrounded by β€œβ€. I removed them from the title in the yaml and now all works.

Thank you again for your work!