Project

General

Profile

Pgoogle » History » Revision 7

Revision 6 (Per Amundsen, 01/07/2020 09:35 AM) → Revision 7/8 (Per Amundsen, 01/07/2020 09:39 AM)

_Added in 1.5_ 

 */pgoogle [-nN] [-t] [-d] [window] <text>* 

 Searches google for text and sends the output to current window or [window]. 

 _See also [[/google]]._ 

 _Switches can not be combined._ 

 *Switches* 

 -t - Specifies a 'window' is defined. 
 -nN - Show N results. 
 -d - Search using "DuckDuckGo":https://ddg.co instead of Google. 

 *Parameters* 

 [window] - Window to show the result. 
 <text> - Text to search. 

 *Example* 

 <pre> 
 ; Search for 'Star Wars' and print 5 results. 
 /pgoogle -n5 Star wars 

 ; Search for 'Natalie Portman' and send the result to #channel. 
 /pgoogle -t #channel Natalie Portman 
 </pre>