Project

General

Profile

Pgoogle » History » Version 1

Per Amundsen, 02/10/2014 10:14 PM

1 1 Per Amundsen
_Added in 1.5_
2
3
*/pgoogle ]-nNt] [window] <text>*
4
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>