docs/macos: simplify sag install (auto-tap)
This commit is contained in:
@@ -101,6 +101,13 @@ struct ToolsSettings: View {
|
||||
description: "Terminal Spotify client to queue, search, and control playback without leaving chat.",
|
||||
method: .brew(formula: "spotify_player", binary: "spotify_player"),
|
||||
kind: .tool),
|
||||
ToolEntry(
|
||||
id: "sag",
|
||||
name: "sag",
|
||||
url: URL(string: "https://github.com/steipete/sag")!,
|
||||
description: "ElevenLabs TTS with mac-style flags; stream to speakers or save audio.",
|
||||
method: .brew(formula: "steipete/tap/sag", binary: "sag"),
|
||||
kind: .tool),
|
||||
ToolEntry(
|
||||
id: "openhue-cli",
|
||||
name: "OpenHue CLI",
|
||||
|
||||
Reference in New Issue
Block a user