docs/macos: simplify sag install (auto-tap)

This commit is contained in:
Peter Steinberger
2025-12-08 18:19:54 +01:00
parent db3b3ed9eb
commit 2f21dd81b0
2 changed files with 8 additions and 0 deletions

View File

@@ -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",

View File

@@ -330,6 +330,7 @@ These make your AI much more capable:
| Tool | What It Does | Install |
|------|--------------|---------|
| **[spotify-player](https://github.com/aome510/spotify-player)** | Control Spotify from CLI - play, pause, search, queue | `brew install spotify-player` |
| **[sag](https://github.com/steipete/sag)** | ElevenLabs TTS with macOS `say`-style flags; stream or save audio | `brew install steipete/tap/sag` |
| **[browser-tools](https://github.com/steipete/agent-scripts)** | Chrome DevTools CLI - navigate, screenshot, eval JS, extract DOM | Clone repo |
| **say** | macOS text-to-speech | Built-in |
| **afplay** | Play audio files | Built-in |