Pgoogle » History » Version 2
Per Amundsen, 02/11/2014 03:57 PM
1 | 1 | Per Amundsen | _Added in 1.5_ |
---|---|---|---|
2 | |||
3 | 2 | Per Amundsen | */pgoogle [-nNt] [window] <text>* |
4 | 1 | Per Amundsen | |
5 | Searches google for text and sends the output to current window or [window]. |
||
6 | |||
7 | *Switches* |
||
8 | |||
9 | -t - Specifies a 'window' is defined. |
||
10 | -nN - Show N results. |
||
11 | |||
12 | *Parameters* |
||
13 | |||
14 | [window] - Window to show the result. |
||
15 | <text> - Text to search. |
||
16 | |||
17 | *Example* |
||
18 | |||
19 | <pre> |
||
20 | ;Search for 'Star Wars' and print 5 results. |
||
21 | /pgoogle -n5 Star wars |
||
22 | |||
23 | ;Search for 'Natalie Portman' and send the result to #channel. |
||
24 | /pgoogle #channel Natalie Portman |
||
25 | </pre> |