TTS initial functionality

This commit is contained in:
Eric Lay 2023-04-20 11:29:05 -05:00
parent ad5e6d41ff
commit d8441086d9
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,8 @@ pokedex() {
--preview-window=68%:wrap:border-rounded \
--bind=focus:transform-preview-label:'echo [ {1} ] ' \
--bind=ctrl-h:preview:"echo; pokedex -h;" \
--bind=space:"execute-silent(espeak-ng -f ./pokeData/{1} -g 2 -p 45 -s 160 -l 150 -ven+m3 & )" \
--bind=space:preview:"echo; pokemon-colorscripts -n {1} --no-title; cat $POKEDATA/{1}; espeak-ng -f ./pokeData/{1} -g 2 -p 45 -s 160 -l 150 -ven+m3" \
--bind=ctrl-space:preview:"echo; pokemon-colorscripts -n {1} --no-title; cat $POKEDATA/{1};" \
--bind=ctrl-b:preview:"echo; pokemon-colorscripts -b -n {1} --no-title; cat $POKEDATA/{1};" \
--bind=ctrl-s:preview:"echo; pokemon-colorscripts -s -n {1} --no-title; cat $POKEDATA/{1};" \
--bind=ctrl-n:preview:"echo; pokemon-colorscripts -n {1} --no-title; cat $POKEDATA/{1};" |