Olivia5k / doge

wow very terminal doge
https://pypi.python.org/pypi/doge/
MIT License
961 stars 91 forks source link

wow such text-to-speech much help needed wow #64

Closed Samuraiwarm closed 4 years ago

Samuraiwarm commented 5 years ago

I'm trying to integrate doge with espeak, the text to speech synthesizer.

Attempts so far:

wwmoraes commented 4 years ago

bash: unbuffer doge | tee /dev/tty | tr -d "▄▀" | sed -e $'s/\033\[[0-9;]*m//g' | awk 'NF==0{next};{$1=$1};{print $0";"}' | espeak

fish: unbuffer doge | tee /dev/tty | tr -d "▄▀" | sed -e (echo -e 's/\033\[[0-9;]*m//g') | awk 'NF==0{next};{$1=$1};{print $0";"}' | espeak

This long pipe will:

Samuraiwarm commented 4 years ago

Holy doge that works perfectly! Wow such thancc much doge! \(^o^)/