Project

General

Profile

Pgoogle » History » Version 3

Per Amundsen, 12/26/2018 08:09 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 3 Per Amundsen
-d - Search using "DuckDuckGo":https://ddg.co instead of Google.
12 1 Per Amundsen
13
*Parameters*
14
15
[window] - Window to show the result.
16
<text> - Text to search.
17
18
*Example*
19
20
<pre>
21
;Search for 'Star Wars' and print 5 results.
22
/pgoogle -n5 Star wars
23
24
;Search for 'Natalie Portman' and send the result to #channel.
25
/pgoogle #channel Natalie Portman
26
</pre>