Project

General

Profile

Pgoogle » History » Version 4

Per Amundsen, 12/26/2018 08:11 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 4 Per Amundsen
_See also [[/google]]._
8
9 1 Per Amundsen
*Switches*
10
11
-t - Specifies a 'window' is defined.
12
-nN - Show N results.
13 3 Per Amundsen
-d - Search using "DuckDuckGo":https://ddg.co instead of Google.
14 1 Per Amundsen
15
*Parameters*
16
17
[window] - Window to show the result.
18
<text> - Text to search.
19
20
*Example*
21
22
<pre>
23 4 Per Amundsen
; Search for 'Star Wars' and print 5 results.
24 1 Per Amundsen
/pgoogle -n5 Star wars
25
26 4 Per Amundsen
; Search for 'Natalie Portman' and send the result to #channel.
27 1 Per Amundsen
/pgoogle #channel Natalie Portman
28
</pre>