multigoogle

command module
v0.0.0-...-2c858a7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 14, 2017 License: MIT Imports: 8 Imported by: 0

README

multigoogle

multigoogle starts multiple Google searches at once.

Its syntax is very similar to shell brace expansion: Simply use regular braces instead of curly braces. Furthermore, multigoogle treats single elements inside braces as optional.

Install

$ go get github.com/thomasheller/multigoogle
$ alias mgo='noglob multigoogle'

Examples

$ mgo San Francisco,Berlin

Searches for "San Francisco" and "Berlin".

$ mgo Go (San Francisco,Berlin)

Searches for "Go San Francisco" and "Go Berlin".

$ mgo (Go,Golang) (San Francisco,Berlin)

Searches for "Go San Francisco", "Golang San Francisco", "Go Berlin" and "Golang Berlin".

$ mgo San Francisco (Golang)

Searches for "San Francisco" and "San Francisco Golang".

$ mgo (San Francisco,Berlin) (Golang)

Searches for "San Francisco", "San Francisco Golang", "Berlin" and "Berlin Golang".

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL