mirror of
https://github.com/kmein/niveum
synced 2026-03-16 18:21:07 +01:00
11 lines
235 B
Nix
11 lines
235 B
Nix
{
|
|
writers,
|
|
wl-clipboard,
|
|
espeak,
|
|
}:
|
|
writers.writeDashBin "ttspaste" ''
|
|
${wl-clipboard}/bin/wl-paste | ${espeak}/bin/espeak
|
|
''
|
|
# curl, mpv,
|
|
# ${curl}/bin/curl -G http://tts.r/api/tts --data-urlencode 'text@-' | ${mpv}/bin/mpv -
|