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