takriti88

Google Translate support on Linux

Oct 25th, 2014
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.24 KB | None | 0 0
  1.  
  2. #!/usr/bin/env bash
  3.  
  4.  
  5.  
  6. notify-send -u critical "$(xsel -o)" "$(wget -U "Mozilla/5.0" -qO -
  7.  
  8. "http://translate.google.com/translate_a/t?client=t&text=$(xsel -o | sed "s/[\"'<>]//g")&sl=auto&tl=ar" |
  9.  
  10. sed 's/\[\[\[\"//' | cut -d \" -f 1)"
Add Comment
Please, Sign In to add comment