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.",
|
description: "Terminal Spotify client to queue, search, and control playback without leaving chat.",
|
||||||
method: .brew(formula: "spotify_player", binary: "spotify_player"),
|
method: .brew(formula: "spotify_player", binary: "spotify_player"),
|
||||||
kind: .tool),
|
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(
|
ToolEntry(
|
||||||
id: "openhue-cli",
|
id: "openhue-cli",
|
||||||
name: "OpenHue CLI",
|
name: "OpenHue CLI",
|
||||||
|
|||||||
@@ -330,6 +330,7 @@ These make your AI much more capable:
|
|||||||
| Tool | What It Does | Install |
|
| 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` |
|
| **[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 |
|
| **[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 |
|
| **say** | macOS text-to-speech | Built-in |
|
||||||
| **afplay** | Play audio files | Built-in |
|
| **afplay** | Play audio files | Built-in |
|
||||||
|
|||||||
Reference in New Issue
Block a user