bundleid com.alfredapp.david.googlesuggest connections 63F60794-BB56-4415-9372-BAF974C3A7E1 destinationuid B8FFA3AB-AD7D-4316-A84F-5958A671D4FF modifiers 0 modifiersubtext createdby David Ferguson description Get Google Search Suggestions disabled name Google Suggest objects config argumenttype 0 escaping 36 keyword g runningsubtext Retrieving search suggestions ... script require_once('workflows.php'); $wf = new Workflows(); $orig = "{query}"; $xml = $wf->request( "http://google.com/complete/search?output=toolbar&q=".urlencode( $orig ) ); $xml = simplexml_load_string( utf8_encode($xml) ); $int = 1; foreach( $xml as $sugg ): $data = $sugg->suggestion->attributes()->data; $wf->result( $int.'.'.time(), "$data", "$data", 'Search Google for '.$data, 'icon.png' ); $int++; endforeach; $results = $wf->results(); if ( count( $results ) == 0 ): $wf->result( 'googlesuggest', $orig, 'No Suggestions', 'No search suggestions found. Search Google for '.$orig, 'icon.png' ); endif; echo $wf->toxml(); subtext Search Google with Suggestions title Search Google type 1 withspace type alfred.workflow.input.scriptfilter uid 63F60794-BB56-4415-9372-BAF974C3A7E1 version 0 config searcher 1635215215 type alfred.workflow.action.systemwebsearch uid B8FFA3AB-AD7D-4316-A84F-5958A671D4FF version 0 readme uidata 63F60794-BB56-4415-9372-BAF974C3A7E1 ypos 60 B8FFA3AB-AD7D-4316-A84F-5958A671D4FF ypos 60 webaddress dferg.us