feat(talk): ElevenLabs TTS voice notification package #18

Merged
m3tam3re merged 1 commits from feat/talk-package into master 2026-07-02 19:11:24 +02:00
Collaborator

Standalone talk Package — ElevenLabs TTS mit abbrechbarer Notification (libnotify + mpv).

# Argument
talk "Build fertig"

# Pipe (stdin)
nixos-rebuild build 2>&1 | tail -3 | talk
journalctl -u foo --no-pager | talk
  • VOICE_NOTIFY=0 deaktiviert global
  • ELEVENLABS_API_KEY + ELEVENLABS_VOICE_ID aus Environment/agenix
Standalone `talk` Package — ElevenLabs TTS mit abbrechbarer Notification (libnotify + mpv). ```bash # Argument talk "Build fertig" # Pipe (stdin) nixos-rebuild build 2>&1 | tail -3 | talk journalctl -u foo --no-pager | talk ``` - `VOICE_NOTIFY=0` deaktiviert global - `ELEVENLABS_API_KEY` + `ELEVENLABS_VOICE_ID` aus Environment/agenix
m3ta-chiron added 1 commit 2026-07-02 19:10:04 +02:00
Argument has priority, otherwise read from stdin when piped.
Enables: echo 'Build fertig' | talk
         nixos-rebuild build 2>&1 | tail -3 | talk
m3tam3re merged commit 0306624074 into master 2026-07-02 19:11:24 +02:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: m3tam3re/nixpkgs#18