Google » History » Version 8
Per Amundsen, 01/07/2020 09:38 AM
1 | 1 | Per Amundsen | _Added in 1.5_ |
---|---|---|---|
2 | |||
3 | 7 | Per Amundsen | */google [-p] [-nN] [-t] [-d] [window] <text>* |
4 | 1 | Per Amundsen | |
5 | Searches google for text and prints the output to current window or [window]. |
||
6 | |||
7 | 6 | Per Amundsen | _See also [[/pgoogle]]._ |
8 | |||
9 | 8 | Per Amundsen | _Switches can not be combined._ |
10 | |||
11 | 1 | Per Amundsen | *Switches* |
12 | |||
13 | 4 | Per Amundsen | -p (or using [[/pgoogle]]) - Send the result to the channel instead of printing. |
14 | 1 | Per Amundsen | -t - Specifies a 'window' is defined. |
15 | -nN - Show N results. |
||
16 | 3 | Per Amundsen | -d - Search using "DuckDuckGo":https://ddg.co instead of Google. |
17 | 1 | Per Amundsen | |
18 | *Parameters* |
||
19 | |||
20 | [window] - Window to show the result. |
||
21 | <text> - Text to search. |
||
22 | |||
23 | *Example* |
||
24 | |||
25 | <pre> |
||
26 | 5 | Per Amundsen | ; Search for 'Star Wars' and print 5 results. |
27 | 1 | Per Amundsen | /google -n5 Star wars |
28 | |||
29 | 5 | Per Amundsen | ; Search for 'Natalie Portman' and send the result to #channel. |
30 | 7 | Per Amundsen | /google -p -t #channel Natalie Portman |
31 | 1 | Per Amundsen | </pre> |