tools: add blucli
This commit is contained in:
@@ -146,6 +146,13 @@ struct ToolsSettings: View {
|
|||||||
description: "Control Sonos speakers (discover, status, play/pause, volume, grouping) from scripts.",
|
description: "Control Sonos speakers (discover, status, play/pause, volume, grouping) from scripts.",
|
||||||
method: .go(module: "github.com/steipete/sonoscli/cmd/sonos@latest", binary: "sonos"),
|
method: .go(module: "github.com/steipete/sonoscli/cmd/sonos@latest", binary: "sonos"),
|
||||||
kind: .tool),
|
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(
|
ToolEntry(
|
||||||
id: "sag",
|
id: "sag",
|
||||||
name: "🗣️ sag",
|
name: "🗣️ sag",
|
||||||
|
|||||||
@@ -66,6 +66,7 @@ git commit -m "Add Clawd workspace"
|
|||||||
- **spotify-player** — Terminal Spotify client to search/queue/control playback.
|
- **spotify-player** — Terminal Spotify client to search/queue/control playback.
|
||||||
- **sag** — ElevenLabs speech with mac-style say UX; streams to speakers by default.
|
- **sag** — ElevenLabs speech with mac-style say UX; streams to speakers by default.
|
||||||
- **Sonos CLI** — Control Sonos speakers (discover/status/playback/volume/grouping) from scripts.
|
- **Sonos CLI** — Control Sonos speakers (discover/status/playback/volume/grouping) from scripts.
|
||||||
|
- **blucli** — Play, group, and automate BluOS players from scripts.
|
||||||
- **OpenHue CLI** — Philips Hue lighting control for scenes and automations.
|
- **OpenHue CLI** — Philips Hue lighting control for scenes and automations.
|
||||||
- **OpenAI Whisper** — Local speech-to-text for quick dictation and voicemail transcripts.
|
- **OpenAI Whisper** — Local speech-to-text for quick dictation and voicemail transcripts.
|
||||||
- **Gemini CLI** — Google Gemini models from the terminal for fast Q&A.
|
- **Gemini CLI** — Google Gemini models from the terminal for fast Q&A.
|
||||||
|
|||||||
Reference in New Issue
Block a user