2011-06-28 08:11:32 +02:00
|
|
|
|
|
|
|
.. _plugin-google:
|
|
|
|
|
|
|
|
The Google plugin
|
|
|
|
=================
|
|
|
|
|
2011-06-28 17:29:38 +02:00
|
|
|
Web search
|
|
|
|
----------
|
2011-06-28 08:11:32 +02:00
|
|
|
|
2011-06-28 17:29:38 +02:00
|
|
|
.. _command-google-google:
|
|
|
|
|
|
|
|
google google <search> [--{filter,language} <value>]
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2011-06-28 08:11:32 +02:00
|
|
|
|
|
|
|
Searches google.com for the given string. As many results as can fit
|
|
|
|
are included. *--language* accepts a language abbreviation; *--filter
|
|
|
|
accepts* a filtering level ('active', 'moderate', 'off').
|
|
|
|
|
2011-06-28 17:29:38 +02:00
|
|
|
.. _command-google-cache:
|
2011-06-28 08:11:32 +02:00
|
|
|
|
2011-06-28 17:29:38 +02:00
|
|
|
google cache <url>
|
|
|
|
^^^^^^^^^^^^^^^^^^
|
2011-06-28 08:11:32 +02:00
|
|
|
|
|
|
|
Returns a link to the cached version of *<url>* if it is available.
|
|
|
|
|
2011-06-28 17:29:38 +02:00
|
|
|
.. _command-google-lucky:
|
2011-06-28 08:11:32 +02:00
|
|
|
|
2011-06-28 17:29:38 +02:00
|
|
|
google lucky [--snippet] <search>
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2011-06-28 08:11:32 +02:00
|
|
|
|
|
|
|
Does a google search, but only returns the first result.
|
|
|
|
If option *--snippet* is given, returns also the page text snippet.
|
|
|
|
|
2011-06-28 17:29:38 +02:00
|
|
|
.. _command-google-fight:
|
2011-06-28 08:11:32 +02:00
|
|
|
|
2011-06-28 17:29:38 +02:00
|
|
|
google fight <search string> <search string> [<search string> ...]
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2011-06-28 08:11:32 +02:00
|
|
|
|
|
|
|
Returns the results of each search, in order, from greatest number
|
|
|
|
of results to least.
|
|
|
|
|
2011-06-28 17:29:38 +02:00
|
|
|
Others
|
|
|
|
------
|
2011-06-28 08:11:32 +02:00
|
|
|
|
2011-06-28 17:29:38 +02:00
|
|
|
.. _command-google-phonebook:
|
2011-06-28 08:11:32 +02:00
|
|
|
|
2011-06-28 17:29:38 +02:00
|
|
|
google phonebook <phone number>
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2011-06-28 08:11:32 +02:00
|
|
|
|
|
|
|
Looks *<phone number>* up on Google.
|
|
|
|
|
2011-06-28 17:29:38 +02:00
|
|
|
.. _command-google-calc:
|
2011-06-28 08:11:32 +02:00
|
|
|
|
2011-06-28 17:29:38 +02:00
|
|
|
google calc <expression>
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^^
|
2011-06-28 08:11:32 +02:00
|
|
|
|
|
|
|
Uses Google's calculator to calculate the value of *<expression>*.
|
|
|
|
|
2011-06-28 17:29:38 +02:00
|
|
|
.. _command-google-translate:
|
2011-06-28 08:11:32 +02:00
|
|
|
|
2011-06-28 17:29:38 +02:00
|
|
|
google translate <from-language> [to] <to-language> <text>
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2011-06-28 08:11:32 +02:00
|
|
|
|
|
|
|
Returns *<text>* translated from *<from-language>* into *<to-language>*.
|
|
|
|
Beware that translating to or from languages that use multi-byte
|
|
|
|
characters may result in some very odd results.
|
|
|
|
|