Created
November 25, 2021 13:27
-
-
Save muhammetakalan/0942d7673b5c8c9cf6fafa0e416c70c1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
notify-send --expire-time=10000 --icon=translator "$(xsel -o)" "$(wget -O - "http://translate.googleapis.com/translate_a/single?client=gtx&sl=auto&tl=tr&dt=t&q=$(xsel -o)" | awk -F'"' '{print $2}')" | |
gtts-cli "$(xsel -o)" | mpg123 - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dependencies: xsel, wget, python-gtts, mpg123