Advertisement
bunam

Alfred workflow translate selected text

Feb 22nd, 2018
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.44 KB | None | 0 0
  1. // how to mix
  2. // http://cl.zo0.me/1R0f0I3G1p0a
  3. // http://cl.zo0.me/0S052k2B3F1P
  4. // http://cl.zo0.me/1M2A2S3C1S2H
  5. // automator part
  6. // http://cl.zo0.me/0F140v0g1w0X
  7.  
  8. $str = <<<'EOD'
  9. {query}
  10. EOD;
  11.  
  12. $url='http://translate.google.com/#auto/fr/'.urlencode(trim($str));
  13. $cmd='echo -n '.escapeshellarg($url).' | pbcopy && open ./OpenURLFromCp.app' ;
  14. file_put_contents('/tmp/WFBunamTRCMD.sh',$cmd) ;
  15. shell_exec('bash /tmp/WFBunamTRCMD.sh') ;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement