Skip to content

Instantly share code, notes, and snippets.

@bkmeneguello
Created September 2, 2020 12:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bkmeneguello/d89ef891208e2435bf045c7e860afb91 to your computer and use it in GitHub Desktop.
Save bkmeneguello/d89ef891208e2435bf045c7e860afb91 to your computer and use it in GitHub Desktop.
Reads the selected text
xclip -out -selection primary | xclip -in -selection clipboard; xsel --clipboard | tr "\n" " " | espeak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment