Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.
|
NAME gsplit - display query results from any combination of google search engines. SYNOPSIS gsplit [KEYWORDS] [-a|A|b|B|c|f|g|G|i|m|n|s] y EXAMPLES gsplit quake4 -g y -i y Returns a split window with a web search and an image search for quake4. gsplit AMD -f y -n y Returns a split window with a web search for financial data and news stories on AMD. DESCRIPTION gsplit allows you to search any combination of the below google search engines and have them split across your screen using split. Using more than 3 on a small resolution (<= 1024x768) isn't really recommended. Simply type gsplit and the query followed by the search engines you want to visit (e.g. -g or -i or -n) and a y after each one to indicate that [y]es [y]ou want [y]ubnub to search it. -a y - answers -A y - All included engines -b y - blogsearch -B y - books -c y - catalogs -f y - finance -g y - web search -G y - groups -i y - images -m y - maps -n y - news -s y - scholar AUTHOR Danny Toole iamapirate@gmail.com ========== Old implementation: {url[no url encoding] split {ifthen -value1 ${g} -value2 y -test EQUAL -then {url g %s}} {ifthen -value1 ${n} -value2 y -test EQUAL -then {url superg %s -t news}} {ifthen -value1 ${i} -value2 y -test EQUAL -then {url gi %s}} {ifthen -value1 ${B} -value2 y -test EQUAL -then {url superg %s -t books}} {ifthen -value1 ${c} -value2 y -test EQUAL -then {url superg %s -t catalogs}} {ifthen -value1 ${G} -value2 y -test EQUAL -then {url superg %s -t groups}} {ifthen -value1 ${m} -value2 y -test EQUAL -then {url superg %s -t maps}} {ifthen -value1 ${s} -value2 y -test EQUAL -then {url superg %s -t scholar}} {ifthen -value1 ${b} -value2 y -test EQUAL -then {url superg %s -t blogsearch}} {ifthen -value1 ${a} -value2 y -test EQUAL -then {url http://answers.google.com/answers/search?q=%s}} {ifthen -value1 ${f} -value2 y -test EQUAL -then {url http://finance.google.com/finance?q=%s}} {ifthen -value1 ${A} -value2 y -test EQUAL -then {url gsplit %s -g y -n y -i y -B y -c y -G y -m y -s y -b s -a y}}}