tools: add blucli

This commit is contained in:
Peter Steinberger
2025-12-17 20:39:34 +01:00
parent 3e9310d6cd
commit 249f97d1ed
2 changed files with 8 additions and 0 deletions

View File

@@ -146,6 +146,13 @@ struct ToolsSettings: View {
description: "Control Sonos speakers (discover, status, play/pause, volume, grouping) from scripts.",
method: .go(module: "github.com/steipete/sonoscli/cmd/sonos@latest", binary: "sonos"),
kind: .tool),
ToolEntry(
id: "blucli",
name: "🫐 blucli",
url: URL(string: "https://github.com/steipete/blucli")!,
description: "Play, group, and automate BluOS players from scripts.",
method: .go(module: "github.com/steipete/blucli/cmd/blu@latest", binary: "blu"),
kind: .tool),
ToolEntry(
id: "sag",
name: "🗣️ sag",